diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dad86a4..aea591d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,4 +16,6 @@ jobs: profile: minimal toolchain: stable override: true - - run: cargo publish --token ${CRATES_IO_API_TOKEN} \ No newline at end of file + - run: cargo publish --token ${CRATES_IO_API_TOKEN} + env: + CRATES_IO_API_TOKEN: ${{ secrets.CRATES_IO_API_TOKEN }} \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 0840372..78db876 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pidlock" -version = "0.1.4" +version = "0.1.5" authors = ["Paul Hummer "] license = "MIT" edition = "2021"