fixed "Force update latest tag"
This commit is contained in:
parent
265a96dc40
commit
b624fefce7
1 changed files with 1 additions and 1 deletions
|
@ -48,5 +48,5 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
COMMIT_MESSAGE=$(echo "${{ steps.extract_commit_message.outputs.message }}")
|
COMMIT_MESSAGE=$(echo "${{ steps.extract_commit_message.outputs.message }}")
|
||||||
LATEST_TAG=${{ steps.check_commit_message.outputs.latest_tag }}
|
LATEST_TAG=${{ steps.check_commit_message.outputs.latest_tag }}
|
||||||
git tag -fa $LATEST_TAG -m $COMMIT_MESSAGE
|
git tag -fa $LATEST_TAG -m "$COMMIT_MESSAGE"
|
||||||
git push origin $LATEST_TAG --force
|
git push origin $LATEST_TAG --force
|
||||||
|
|
Reference in a new issue