Skip to content

Commit e8812d3

Browse files
authored
Replaced 'Chrome' w/ 'Chromium' in workflow/job names
1 parent 09ff923 commit e8812d3

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 + EWS on Chrome version bump
1+
name: Publish to CWS + EWS on Chromium version bump
22

33
on:
44
push:
@@ -19,7 +19,7 @@ jobs:
1919
sparse-checkout: chrome
2020
fetch-depth: 2
2121

22-
- name: Check Chrome manifest for version bump
22+
- name: Check Chromium manifest for version bump
2323
run: |
2424
current_ver=$(cat chrome/extension/manifest.json | grep '"version"' | sed -E 's/.*"version": "(.*)".*/\1/')
2525
prev_ver=$(git show HEAD^:chrome/extension/manifest.json | grep '"version"' | sed -E 's/.*"version": "(.*)".*/\1/')

0 commit comments

Comments
 (0)