Skip to content

Commit 280ed28

Browse files
authored
Merge pull request #43 from fermyon/overwrite-canary
Overwrite the canary release
2 parents 2ed0320 + 30b9594 commit 280ed28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ jobs:
186186
repo_token: ${{ secrets.GITHUB_TOKEN }}
187187
file: _dist/py2wasm-${{ env.RELEASE_VERSION }}-${{ env.RUNNER_OS }}-${{ matrix.config.arch }}.tar.gz
188188
tag: ${{ env.RELEASE_VERSION }}
189+
overwrite: ${{ env.RELEASE_VERSION == "canary" }
189190

190191
checksums:
191192
name: generate checksums and manifests
@@ -215,6 +216,7 @@ jobs:
215216
repo_token: ${{ secrets.GITHUB_TOKEN }}
216217
file: checksums-${{ env.RELEASE_VERSION }}.txt
217218
tag: ${{ env.RELEASE_VERSION }}
219+
overwrite: ${{ env.RELEASE_VERSION == "canary" }
218220

219221
- name: create plugin manifest
220222
shell: bash
@@ -226,4 +228,5 @@ jobs:
226228
repo_token: ${{ secrets.GITHUB_TOKEN }}
227229
file: py2wasm.json
228230
tag: ${{ env.RELEASE_VERSION }}
231+
overwrite: ${{ env.RELEASE_VERSION == "canary" }
229232

0 commit comments

Comments
 (0)