mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
fix(release): wrong ref name for release
This commit is contained in:
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/*.*
|
||||
|
||||
Reference in New Issue
Block a user