fix(action.yml): fix string interpolation for name and tag_name in release step
This commit is contained in:
+2
-2
@@ -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: 清理舊成品
|
||||
|
||||
Reference in New Issue
Block a user