Skip to content

Commit 8af81b4

Browse files
committed
Fix another CI error
Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
1 parent 3501917 commit 8af81b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)