From 8eed80cf050c1b9cef76abda637782bc8cf92fe4 Mon Sep 17 00:00:00 2001 From: Gary Guo Date: Sun, 10 Oct 2021 06:28:08 +0100 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c34728..c5faae2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,7 @@ jobs: - uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: + prerelease: true files: target/release/wsld env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -60,6 +61,7 @@ jobs: - uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: + prerelease: true files: target/release/wsldhost.exe env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}