mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(release): wrong ref name for release
This commit is contained in:
parent
1d5b8dbbbe
commit
73d98648c8
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -107,6 +107,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
draft: false
|
draft: false
|
||||||
make_latest: false # ! Make sure this is removed before merging.
|
make_latest: false # ! Make sure this is removed before merging.
|
||||||
body_path: docs/Release Notes/Release Notes/${{ github.ref }}.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/*.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user