fix: added a debug echo
Some checks failed
Autotagger / Autotagger (push) Failing after 7s
Actions / Lint Code (Ruff & Pylint) (push) Successful in 20s
Actions / Build Documentation (MkDocs) (push) Successful in 19s

This commit is contained in:
Seaswimmer 2024-03-29 08:14:35 -04:00
parent 512a200d8b
commit b97c8d7d35
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -56,5 +56,6 @@ jobs:
run: |
MESSAGE=${{ steps.vars.outputs.message }}
LATEST_TAG=${{ steps.compare.outputs.latest_tag }}
echo "$MESSAGE"
git tag -fs $LATEST_TAG -m "$MESSAGE"
git push origin $LATEST_TAG --force