File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments