diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f74f2500..39186781 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -340,5 +340,5 @@ jobs: uses: softprops/action-gh-release@v2 with: token: ${{ secrets.GITHUB_TOKEN }} - prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') || contains(github.ref, 'rc') }} + prerelease: ${{ contains(github.ref, 'beta') || contains(github.ref, 'rc') }} generate_release_notes: true