Skip to content

Commit 22b7953

Browse files
committed
Update release.yml
1 parent f333ceb commit 22b7953

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
- name: Checkout
8181
uses: actions/checkout@v4
8282
with:
83+
ref: ${{ env.RELEASE_TAG }}
8384
submodules: recursive
8485
persist-credentials: false
8586

@@ -109,7 +110,8 @@ jobs:
109110

110111
- name: Package
111112
run: |
112-
node release-automation/build.js --debian --tarball --appimage --pacman --x64 --armv7l --arm64 --production
113+
node release-automation/build.js --debian --tarball --appimage --x64 --armv7l --arm64 --production
114+
node release-automation/build.js --pacman --x64 --arm64 --production
113115
114116
- name: Print file tree
115117
run: node scripts/print-file-tree.js dist
@@ -147,6 +149,7 @@ jobs:
147149
- name: Checkout
148150
uses: actions/checkout@v4
149151
with:
152+
ref: ${{ env.RELEASE_TAG }}
150153
submodules: recursive
151154
persist-credentials: false
152155

@@ -201,6 +204,7 @@ jobs:
201204
- name: Checkout
202205
uses: actions/checkout@v4
203206
with:
207+
ref: ${{ env.RELEASE_TAG }}
204208
submodules: recursive
205209
persist-credentials: false
206210
path: repo

0 commit comments

Comments
 (0)