Skip to content

Commit

Permalink
Bumping cargo release action version. (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
blockiosaurus authored Mar 6, 2024
1 parent fe9c8ef commit 261ace8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version-program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
toolchain: "1.70.0"

- name: Install cargo-release
uses: metaplex-foundation/actions/install-cargo-release@v1
uses: metaplex-foundation/actions/install-cargo-release@v1.0.2
with:
cache: ${{ env.CACHE }}

Expand Down Expand Up @@ -124,4 +124,4 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore: ${{ inputs.program }} version ${{ env.PROGRAM_VERSION }}"
tagging_message: ${{ inputs.program }}@v${{ env.PROGRAM_VERSION }}
tagging_message: ${{ inputs.program }}@v${{ env.PROGRAM_VERSION }}

0 comments on commit 261ace8

Please sign in to comment.