mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
chore(release): fix setting as prerelease
This commit is contained in:
parent
5dc4f0eae6
commit
2d8317887d
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -122,5 +122,5 @@ jobs:
|
||||
files: upload/*.*
|
||||
discussion_category_name: Announcements
|
||||
make_latest: ${{ !contains(github.ref, 'rc') }}
|
||||
prerelease: ${{ !contains(github.ref, 'rc') }}
|
||||
prerelease: ${{ contains(github.ref, 'rc') }}
|
||||
token: ${{ secrets.RELEASE_PAT }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user