fix: added a debug echo
This commit is contained in:
parent
512a200d8b
commit
b97c8d7d35
1 changed files with 1 additions and 0 deletions
|
@ -56,5 +56,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
MESSAGE=${{ steps.vars.outputs.message }}
|
MESSAGE=${{ steps.vars.outputs.message }}
|
||||||
LATEST_TAG=${{ steps.compare.outputs.latest_tag }}
|
LATEST_TAG=${{ steps.compare.outputs.latest_tag }}
|
||||||
|
echo "$MESSAGE"
|
||||||
git tag -fs $LATEST_TAG -m "$MESSAGE"
|
git tag -fs $LATEST_TAG -m "$MESSAGE"
|
||||||
git push origin $LATEST_TAG --force
|
git push origin $LATEST_TAG --force
|
||||||
|
|
Loading…
Reference in a new issue