Skip to content

Commit

Permalink
workflows: Add rc version check
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Jan 22, 2025
1 parent 152142f commit 708e77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
token: ${{ secrets.CR_PAT }}
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') || contains(github.ref, 'rc') }}
generate_release_notes: true

0 comments on commit 708e77b

Please sign in to comment.