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 }}