mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +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:
|
||||
draft: false
|
||||
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
|
||||
files: upload/*.*
|
||||
|
Loading…
x
Reference in New Issue
Block a user