Skip to content

Commit

Permalink
ci: fix release pipeline cargo installation order (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev authored Dec 18, 2024
1 parent 19bf9e9 commit 440a45e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,17 @@ jobs:

- uses: ./.github/actions/setup-dfx

- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

- name: Run sccache-cache
uses: mozilla-actions/[email protected]

# Triggers installation of the Rust toolchain
# Must be done before wasm-pack is installed
- name: Cargo metadata
run: cargo metadata --format-version 1

- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

- name: Bump Version
id: cz
uses: commitizen-tools/commitizen-action@master
Expand Down

0 comments on commit 440a45e

Please sign in to comment.