Skip to content

Commit

Permalink
Use a fixed version hash for katyo/publish-crates CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentosal committed Jan 16, 2024
1 parent e1e6319 commit 9650ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
with:
toolchain: ${{ env.RUST_VERSION }}
- name: Publish crate check
uses: katyo/publish-crates@v2
uses: katyo/publish-crates@c73a3c89510dd5d870696f1f084890d0b76224ab
with:
dry-run: true
check-repo: false
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
sudo apt-get install protobuf-compiler
- name: Publish crate
uses: katyo/publish-crates@v2
uses: katyo/publish-crates@c73a3c89510dd5d870696f1f084890d0b76224ab
with:
publish-delay: 60000
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
Expand Down

0 comments on commit 9650ee1

Please sign in to comment.