mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-09 05:39:13 -05:00
fix(release): wrong ref name for release
This commit is contained in:
@@ -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/*.*
|
||||
|
||||
Reference in New Issue
Block a user