Pin publish action to SHA

master
Nick Krichevsky 2021-11-13 15:35:40 -05:00
parent 2fa9b780d1
commit 663f199efc
Signed by: ollien
GPG Key ID: A7567E699BE5AAE4
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: katyo/publish-crates@v1
- uses: katyo/publish-crates@5cb50445e250bfeb7f823f4785be2de044f4ba7a
with:
registry-token: ${{ secrets.CARGO_TOKEN }}