Skip to content

Commit 4e920e5

Browse files
authored
Merge pull request #9 from ryanbas21/fix/snapshot-chrome-publish
fix: snapshot job skips chrome publish on push triggers
2 parents 9bdd349 + 7ba9c3d commit 4e920e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
NPM_CONFIG_PROVENANCE: true
4545

4646
- name: Zip extension
47-
if: inputs.extension
47+
if: inputs.extension != false
4848
working-directory: packages/devtools-extension
4949
run: cd dist && zip -r ../extension.zip .
5050

5151
- name: Publish extension to testers
52-
if: inputs.extension
52+
if: inputs.extension != false
5353
uses: mnao305/chrome-extension-upload@v5.0.0
5454
with:
5555
file-path: packages/devtools-extension/extension.zip

0 commit comments

Comments
 (0)