@@ -71,7 +71,7 @@ Make sure you store the yml files shown below in your repository under `.github/
71
71
- uses: actions/checkout@v3
72
72
- name: Srtool build
73
73
id: srtool_build
74
- uses: chevdor/srtool-actions@v0.5 .0
74
+ uses: chevdor/srtool-actions@v0.6 .0
75
75
with:
76
76
chain: ${{ matrix.chain }}
77
77
runtime_dir: polkadot-parachains/${{ matrix.chain }}-runtime
@@ -97,7 +97,7 @@ Make sure you store the yml files shown below in your repository under `.github/
97
97
- uses: actions/checkout@v3
98
98
- name: Srtool build
99
99
id: srtool_build
100
- uses: chevdor/srtool-actions@v0.5 .0
100
+ uses: chevdor/srtool-actions@v0.6 .0
101
101
with:
102
102
chain: ${{ matrix.chain }}
103
103
- name: Summary
@@ -124,7 +124,7 @@ Make sure you store the yml files shown below in your repository under `.github/
124
124
- uses: actions/checkout@v3
125
125
- name: Srtool build
126
126
id: srtool_build
127
- uses: chevdor/srtool-actions@v0.5 .0
127
+ uses: chevdor/srtool-actions@v0.6 .0
128
128
with:
129
129
chain: ${{ matrix.chain }}
130
130
runtime_dir: polkadot-parachains/${{ matrix.chain }}-runtime
@@ -157,7 +157,7 @@ Make sure you store the yml files shown below in your repository under `.github/
157
157
- uses: actions/checkout@v3
158
158
- name: Srtool build
159
159
id: srtool_build
160
- uses: chevdor/srtool-actions@v0.5 .0
160
+ uses: chevdor/srtool-actions@v0.6 .0
161
161
env:
162
162
# optional: will be passed to docker srtool run cmd
163
163
BUILD_OPTS: "--features on-chain-release-build"
@@ -186,7 +186,7 @@ Make sure you store the yml files shown below in your repository under `.github/
186
186
- uses: actions/checkout@v3
187
187
- name: Srtool build
188
188
id: srtool_build
189
- uses: chevdor/srtool-actions@v0.5 .0
189
+ uses: chevdor/srtool-actions@v0.6 .0
190
190
env:
191
191
# optional: will override the parachain pallet ID and authorize_upgrade call ID,
192
192
# which will result in a different parachain_authorize_upgrade_hash
0 commit comments