Skip to content

Commit 0556fd4

Browse files
authored
Update workflows (#440)
* Update and rename publish.yml to publish-chrome.yml * Create publich-edge.yml * Create publish-firefox.yml * Update publish-chrome.yml * Update publich-edge.yml * Update publish-firefox.yml
1 parent fd7b428 commit 0556fd4

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

.github/workflows/publich-edge.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ jobs:
1010
- uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 0
13-
- name: Add release branch
14-
run: |
15-
git fetch -a
16-
git branch release origin/release
1713
- name: Setup NodeJS
1814
uses: actions/setup-node@v4
1915
with:

.github/workflows/publish-chrome.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ jobs:
1010
- uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 0
13-
- name: Add release branch
14-
run: |
15-
git fetch -a
16-
git branch release origin/release
1713
- name: Setup NodeJS
1814
uses: actions/setup-node@v4
1915
with:

.github/workflows/publish-firefox.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ jobs:
1010
- uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 0
13-
- name: Add release branch
14-
run: |
15-
git fetch -a
16-
git branch release origin/release
1713
- name: Setup NodeJS
1814
uses: actions/setup-node@v4
1915
with:

0 commit comments

Comments
 (0)