Skip to content

Commit

Permalink
ci: fix binstall on release job
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz authored Nov 10, 2022
1 parent c77d33b commit f635c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: taiki-e/install-action@cargo-binstall
- uses: taiki-e/install-action@cargo-hack
- uses: extractions/setup-just@v1
- run: cargo binstall cargo-edit
- run: cargo binstall --no-confirm cargo-edit
- run: just release
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit f635c66

Please sign in to comment.