From f84997ef1a9b61de7bf87e2b9ca46826cc889823 Mon Sep 17 00:00:00 2001 From: "Jean Marchand (Exotic Markets)" Date: Mon, 2 Sep 2024 16:25:38 +0200 Subject: [PATCH] ci: Fix bump and release (#55) --- .github/workflows/bump-release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bump-release.yaml b/.github/workflows/bump-release.yaml index 191660dd..176e261b 100644 --- a/.github/workflows/bump-release.yaml +++ b/.github/workflows/bump-release.yaml @@ -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: