Skip to content

Commit 0aaa717

Browse files
authored
test: Manually build 0.9.4
1 parent dde1398 commit 0aaa717

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424
cancel-in-progress: true
2525

2626
env:
27-
VERSION: 0.9.5
27+
VERSION: 0.9.4
2828
NODE: node20
2929
REPO_BIN: 'emacs-eask/binaries'
3030

@@ -97,6 +97,7 @@ jobs:
9797
repository: ${{ env.REPO_BIN }}
9898
tag_name: ${{ env.VERSION }}
9999
token: ${{ secrets.PAT }}
100+
prerelease: true
100101
files: eask_${{ env.VERSION }}_${{ matrix.target }}.${{ env._EXT }}
101102

102103
#### Prepare to push to `binaries` repository!

0 commit comments

Comments
 (0)