mirror of
https://github.com/zadam/trilium.git
synced 2025-10-08 14:42:29 +08:00
chore(release): fix setting as prerelease
This commit is contained in:
parent
5dc4f0eae6
commit
2d8317887d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -122,5 +122,5 @@ jobs:
|
||||||
files: upload/*.*
|
files: upload/*.*
|
||||||
discussion_category_name: Announcements
|
discussion_category_name: Announcements
|
||||||
make_latest: ${{ !contains(github.ref, 'rc') }}
|
make_latest: ${{ !contains(github.ref, 'rc') }}
|
||||||
prerelease: ${{ !contains(github.ref, 'rc') }}
|
prerelease: ${{ contains(github.ref, 'rc') }}
|
||||||
token: ${{ secrets.RELEASE_PAT }}
|
token: ${{ secrets.RELEASE_PAT }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue