Skip to content

Commit

Permalink
Use fixed cargo-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Jul 11, 2022
1 parent 34df5f6 commit 49edbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:

- name: install cargo-release
run: |
cargo install cargo-release
curl -LsSf https://github.com/crate-ci/cargo-release/releases/download/v0.21.0/cargo-release-v0.21.0-x86_64-unknown-linux-gnu.tar.gz | tar xzf - -C ${CARGO_HOME:-~/.cargo}/bin
- name: release to crates.io
run: |
Expand Down

0 comments on commit 49edbe0

Please sign in to comment.