Skip to content

Commit 64ad6bb

Browse files
authored
Disabled CWS step + added upload_only to EWS step for testing (wdzeng/edge-addon#13)
1 parent 4618f75 commit 64ad6bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
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: env.VERSION_CHANGED == 'true'
35+
if: false
3636
uses: mobilefirstllc/cws-publish@latest
3737
with:
3838
action: publish
@@ -51,4 +51,5 @@ jobs:
5151
client-id: ${{ secrets.EWS_CLIENT_ID }}
5252
api-key: ${{ secrets.EWS_CLIENT_SECRET }}
5353
zip-path: extension.zip
54+
upload_only: true
5455
continue-on-error: true

0 commit comments

Comments
 (0)