Skip to content

Commit e63a677

Browse files
committed
Delay source-maps branch config for source code zip
1 parent 1056d1e commit e63a677

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@ jobs:
1616
uses: actions/checkout@v5
1717
with:
1818
submodules: recursive
19-
- name: Checkout source maps branch
20-
uses: actions/checkout@v5
21-
with:
22-
path: source-maps
23-
ref: source-maps
24-
- name: Set up committer info
25-
run: |
26-
git config --global user.name "github-actions[bot]"
27-
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
2819
- uses: actions/setup-node@v4
2920
with:
3021
node-version: '18'
@@ -44,6 +35,15 @@ jobs:
4435
path: ../builds/SourceCodeUseThisOne.zip
4536
repo-token: ${{ secrets.GITHUB_TOKEN }}
4637

38+
- name: Checkout source maps branch
39+
uses: actions/checkout@v5
40+
with:
41+
path: source-maps
42+
ref: source-maps
43+
- name: Set up committer info
44+
run: |
45+
git config --global user.name "github-actions[bot]"
46+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
4747
- run: npm ci
4848

4949
# Create Firefox artifacts

0 commit comments

Comments
 (0)