We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19bf9e9 commit 440a45eCopy full SHA for 440a45e
.github/workflows/create-release-pr.yml
@@ -20,12 +20,17 @@ jobs:
20
21
- uses: ./.github/actions/setup-dfx
22
23
- - name: Install wasm-pack
24
- run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
25
-
26
- name: Run sccache-cache
27
uses: mozilla-actions/[email protected]
28
+ # Triggers installation of the Rust toolchain
+ # Must be done before wasm-pack is installed
+ - name: Cargo metadata
29
+ run: cargo metadata --format-version 1
30
+
31
+ - name: Install wasm-pack
32
+ run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
33
34
- name: Bump Version
35
id: cz
36
uses: commitizen-tools/commitizen-action@master
0 commit comments