Skip to content

Commit

Permalink
ci: Fix bump and release (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aursen authored Sep 2, 2024
1 parent 2a8abe7 commit f84997e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ jobs:
uses: baptiste0928/cargo-install@v3
with:
crate: anchor-cli
args: --git https://github.com/coral-xyz/anchor --tag ${{ env.ANCHOR_VERSION }}
git: https://github.com/coral-xyz/anchor
tag: ${{ env.ANCHOR_VERSION }}

- uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit f84997e

Please sign in to comment.