mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
fix(release): discussion category name
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -120,7 +120,7 @@ jobs:
|
|||||||
body_path: docs/Release Notes/Release Notes/${{ github.ref_name }}.md
|
body_path: docs/Release Notes/Release Notes/${{ github.ref_name }}.md
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
files: upload/*.*
|
files: upload/*.*
|
||||||
discussion_category_name: Announcements
|
discussion_category_name: Releases
|
||||||
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user