fixed "Force update latest tag"
Some checks failed
Actions / Build Documentation (push) Successful in 12s
Actions / Build Export Files (push) Successful in 4s
Autotagger / Autotagger (push) Failing after 3s

This commit is contained in:
SeaswimmerTheFsh 2024-03-11 20:43:15 -04:00
parent 265a96dc40
commit b624fefce7
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -48,5 +48,5 @@ jobs:
run: |
COMMIT_MESSAGE=$(echo "${{ steps.extract_commit_message.outputs.message }}")
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