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 1c4b7d3 commit d913f6dCopy full SHA for d913f6d
.github/workflows/publish-to-cws-ews-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