diff --git a/.github/workflows/build-analyze-win.yml b/.github/workflows/build-analyze-win.yml index 1ec11e7c..76e4df87 100644 --- a/.github/workflows/build-analyze-win.yml +++ b/.github/workflows/build-analyze-win.yml @@ -87,6 +87,9 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: + prerelease: true tag_name: ${{ steps.tag.outputs.release_tag }} files: dist/Cider Setup 1.0.0.exe + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}