Skip to content

Commit

Permalink
pin cargo release (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmth authored Sep 28, 2023
1 parent 483e4c4 commit 202b495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish/publish-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:

- name: Install cargo-release
shell: bash
run: cargo install --version ^0.21 cargo-release
run: cargo install --version =0.21.1 cargo-release

- name: Publish library to crates.io
shell: bash
Expand Down

0 comments on commit 202b495

Please sign in to comment.