Skip to content

Commit 4618f75

Browse files
committed
Restored CWS step, updated name
1 parent 6ad1726 commit 4618f75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish to CWS on Chromium version bump
1+
name: Publish to CWS + EWS on Chromium version bump
22

33
on:
44
push:
@@ -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

0 commit comments

Comments
 (0)