Skip to content

Commit

Permalink
Update deploy-rust-client.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blockiosaurus authored Apr 12, 2024
1 parent efdad9d commit 4aa6719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-rust-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install Rust
uses: metaplex-foundation/actions/install-rust@v1
with:
toolchain: "1.70.0"
toolchain: "1.75.0"

- name: Install cargo-release
uses: metaplex-foundation/actions/install-cargo-release@v1
Expand Down Expand Up @@ -102,4 +102,4 @@ jobs:
if: github.event.inputs.dry_run == 'false'
with:
commit_message: "chore: Release mpl-bubblegum version ${{ env.PROGRAM_VERSION }}"
tagging_message: mpl-bubblegum@v${{ env.PROGRAM_VERSION }}
tagging_message: mpl-bubblegum@v${{ env.PROGRAM_VERSION }}

0 comments on commit 4aa6719

Please sign in to comment.