File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,7 +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" }}
189+ overwrite : ${{ env.RELEASE_VERSION == ' canary' }}
190190
191191 checksums :
192192 name : generate checksums and manifests
@@ -216,7 +216,7 @@ jobs:
216216 repo_token : ${{ secrets.GITHUB_TOKEN }}
217217 file : checksums-${{ env.RELEASE_VERSION }}.txt
218218 tag : ${{ env.RELEASE_VERSION }}
219- overwrite : ${{ env.RELEASE_VERSION == " canary" }}
219+ overwrite : ${{ env.RELEASE_VERSION == ' canary' }}
220220
221221 - name : create plugin manifest
222222 shell : bash
@@ -228,5 +228,5 @@ jobs:
228228 repo_token : ${{ secrets.GITHUB_TOKEN }}
229229 file : py2wasm.json
230230 tag : ${{ env.RELEASE_VERSION }}
231- overwrite : ${{ env.RELEASE_VERSION == " canary" }}
231+ overwrite : ${{ env.RELEASE_VERSION == ' canary' }}
232232
You can’t perform that action at this time.
0 commit comments