fix(action.yml): fix string interpolation for name and tag_name in release step #6

Merged
admin merged 1 commits from develop into master 2026-06-25 15:57:58 +00:00
Showing only changes of commit 5d584f26bd - Show all commits
+2 -2
View File
@@ -17,8 +17,8 @@ runs:
NAME: ${{ gitea.repository##*/ }}
VERSION: v${{ steps.version-calculate.outputs.version }}
with:
name: $NAME $VERSION
tag_name: $VERSION
name: "$NAME $VERSION"
tag_name: "$VERSION"
target_commitish: ${{ gitea.ref }}
files: ${{ inputs.files }}
- name: 清理舊成品