Merge pull request 'fix(action.yml): fix string interpolation for name and tag_name in release step' (#6) from develop into master
CD / Release Tag Version (push) Failing after 5s
CD / Release Tag Version (push) Failing after 5s
Reviewed-on: composite-actions/release-tag-version#6 Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
This commit was merged in pull request #6.
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