From 0aaa717ee3cfbc9fdf844a9470afa65c1d6d1b01 Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Fri, 9 Feb 2024 04:28:21 -0800 Subject: [PATCH] test: Manually build 0.9.4 --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 718f182c..b5adf0ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ concurrency: cancel-in-progress: true env: - VERSION: 0.9.5 + VERSION: 0.9.4 NODE: node20 REPO_BIN: 'emacs-eask/binaries' @@ -97,6 +97,7 @@ jobs: repository: ${{ env.REPO_BIN }} tag_name: ${{ env.VERSION }} token: ${{ secrets.PAT }} + prerelease: true files: eask_${{ env.VERSION }}_${{ matrix.target }}.${{ env._EXT }} #### Prepare to push to `binaries` repository!