Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 2d83178

Browse files
committed
chore(release): fix setting as prerelease
1 parent 5dc4f0e commit 2d83178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ jobs:
122122
files: upload/*.*
123123
discussion_category_name: Announcements
124124
make_latest: ${{ !contains(github.ref, 'rc') }}
125-
prerelease: ${{ !contains(github.ref, 'rc') }}
125+
prerelease: ${{ contains(github.ref, 'rc') }}
126126
token: ${{ secrets.RELEASE_PAT }}

0 commit comments

Comments
 (0)