Skip to content

Commit cb732a1

Browse files
authored
Restored CWS/EWS steps
1 parent 98fc856 commit cb732a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-to-cws-ews-on-chromium-bump.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
zip -r ../../extension.zip .
3333
3434
- name: Publish to CWS
35-
if: false
35+
if: env.VERSION_CHANGED == 'true'
3636
uses: mobilefirstllc/cws-publish@latest
3737
with:
3838
action: publish
@@ -51,5 +51,4 @@ jobs:
5151
client-id: ${{ secrets.EWS_CLIENT_ID }}
5252
api-key: ${{ secrets.EWS_CLIENT_SECRET }}
5353
zip-path: extension.zip
54-
upload-only: true
5554
continue-on-error: true

0 commit comments

Comments
 (0)