We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bdd349 + 7ba9c3d commit 4e920e5Copy full SHA for 4e920e5
1 file changed
.github/workflows/release.yml
@@ -44,12 +44,12 @@ jobs:
44
NPM_CONFIG_PROVENANCE: true
45
46
- name: Zip extension
47
- if: inputs.extension
+ if: inputs.extension != false
48
working-directory: packages/devtools-extension
49
run: cd dist && zip -r ../extension.zip .
50
51
- name: Publish extension to testers
52
53
uses: mnao305/chrome-extension-upload@v5.0.0
54
with:
55
file-path: packages/devtools-extension/extension.zip
0 commit comments