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

This commit is contained in:
2026-06-25 15:57:01 +00:00
parent 08d8a6fb68
commit 5d584f26bd
+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: 清理舊成品