We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681fc63 commit ec11712Copy full SHA for ec11712
.github/workflows/publish-to-cws-on-chromium-bump.yml
@@ -32,7 +32,7 @@ jobs:
32
zip -r ../../extension.zip .
33
34
- name: Publish to CWS
35
- if: false
+ if: env.VERSION_CHANGED == 'true'
36
uses: mobilefirstllc/cws-publish@latest
37
with:
38
action: publish
0 commit comments