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 8ff473a commit ee44e96Copy full SHA for ee44e96
.github/workflows/publish-to-cws-on-chromium-bump.yml
@@ -42,3 +42,13 @@ jobs:
42
refresh_token: ${{ secrets.CWS_REFRESH_TOKEN }}
43
zip_file: extension.zip
44
continue-on-error: true
45
+
46
+ - name: Publish to EWS
47
+ if: env.VERSION_CHANGED == 'true'
48
+ uses: wdzeng/edge-addon@v2
49
+ with:
50
+ product-id: ${{ secrets.EWS_PRODUCT_ID }}
51
+ client-id: ${{ secrets.EWS_CLIENT_ID }}
52
+ api-key: ${{ secrets.EWS_CLIENT_SECRET }}
53
+ zip-path: extension.zip
54
+ continue-on-error: true
0 commit comments