We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07855c4 commit 9d397ccCopy full SHA for 9d397cc
2 files changed
.github/workflows/build-wasm.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Build ${{ github.event.inputs.chain }} wasm with srtool
31
id: srtool_build
32
- uses: chevdor/srtool-actions@v0.9.2
+ uses: paritytech/srtool-actions@v0.9.3
33
env:
34
# optional: will override the parachain pallet ID and authorize_upgrade call ID,
35
# which will result in a different parachain_authorize_upgrade_hash
.github/workflows/create-release-draft.yml
@@ -87,7 +87,7 @@ jobs:
87
88
- name: Build with srtool
89
90
91
92
93
0 commit comments