Skip to content

Commit 98fc856

Browse files
authored
Corrected upload-only key name in EWS step
1 parent 64ad6bb commit 98fc856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +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
54+
upload-only: true
5555
continue-on-error: true

0 commit comments

Comments
 (0)