Skip to content

Commit 2f27b9a

Browse files
committed
Update doc
1 parent 1566ca9 commit 2f27b9a

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Make sure you store the yml files shown below in your repository under `.github/
7777
- uses: actions/checkout@v3
7878
- name: Srtool build
7979
id: srtool_build
80-
uses: chevdor/srtool-actions@v0.7.0
80+
uses: chevdor/srtool-actions@v0.8.0
8181
with:
8282
chain: ${{ matrix.chain }}
8383
runtime_dir: polkadot-parachains/${{ matrix.chain }}-runtime
@@ -103,7 +103,7 @@ Make sure you store the yml files shown below in your repository under `.github/
103103
- uses: actions/checkout@v3
104104
- name: Srtool build
105105
id: srtool_build
106-
uses: chevdor/srtool-actions@v0.7.0
106+
uses: chevdor/srtool-actions@v0.8.0
107107
with:
108108
chain: ${{ matrix.chain }}
109109
- name: Summary
@@ -130,7 +130,7 @@ Make sure you store the yml files shown below in your repository under `.github/
130130
- uses: actions/checkout@v3
131131
- name: Srtool build
132132
id: srtool_build
133-
uses: chevdor/srtool-actions@v0.7.0
133+
uses: chevdor/srtool-actions@v0.8.0
134134
with:
135135
chain: ${{ matrix.chain }}
136136
runtime_dir: polkadot-parachains/${{ matrix.chain }}-runtime
@@ -163,7 +163,7 @@ Make sure you store the yml files shown below in your repository under `.github/
163163
- uses: actions/checkout@v3
164164
- name: Srtool build
165165
id: srtool_build
166-
uses: chevdor/srtool-actions@v0.7.0
166+
uses: chevdor/srtool-actions@v0.8.0
167167
env:
168168
# optional: will be passed to docker srtool run cmd
169169
BUILD_OPTS: "--features on-chain-release-build"
@@ -192,7 +192,7 @@ Make sure you store the yml files shown below in your repository under `.github/
192192
- uses: actions/checkout@v3
193193
- name: Srtool build
194194
id: srtool_build
195-
uses: chevdor/srtool-actions@v0.7.0
195+
uses: chevdor/srtool-actions@v0.8.0
196196
env:
197197
# optional: will override the parachain pallet ID and authorize_upgrade call ID,
198198
# which will result in a different parachain_authorize_upgrade_hash

examples/01_basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- name: Srtool build
1414
id: srtool_build
15-
uses: chevdor/srtool-actions@v0.7.0
15+
uses: chevdor/srtool-actions@v0.8.0
1616
with:
1717
chain: ${{ matrix.chain }}
1818
runtime_dir: polkadot-parachains/${{ matrix.chain }}-runtime

examples/02_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- name: Srtool build
1414
id: srtool_build
15-
uses: chevdor/srtool-actions@v0.7.0
15+
uses: chevdor/srtool-actions@v0.8.0
1616
with:
1717
chain: ${{ matrix.chain }}
1818
- name: Summary

examples/03_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- name: Srtool build
1414
id: srtool_build
15-
uses: chevdor/srtool-actions@v0.7.0
15+
uses: chevdor/srtool-actions@v0.8.0
1616
with:
1717
chain: ${{ matrix.chain }}
1818
runtime_dir: polkadot-parachains/${{ matrix.chain }}-runtime

examples/05_build_opts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- name: Srtool build
1414
id: srtool_build
15-
uses: chevdor/srtool-actions@v0.7.0
15+
uses: chevdor/srtool-actions@v0.8.0
1616
env:
1717
# optional: will be passed to docker srtool run cmd
1818
BUILD_OPTS: "--features on-chain-release-build"

examples/06_parachain_overrides.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- name: Srtool build
1414
id: srtool_build
15-
uses: chevdor/srtool-actions@v0.7.0
15+
uses: chevdor/srtool-actions@v0.8.0
1616
env:
1717
# optional: will override the parachain pallet ID and authorize_upgrade call ID,
1818
# which will result in a different parachain_authorize_upgrade_hash

0 commit comments

Comments
 (0)