Update git/tag/action.yaml

This commit is contained in:
Zakary Timson 2023-08-07 01:06:08 +00:00
parent 0a342dbf1d
commit 73ee97191d

View File

@ -6,7 +6,6 @@ runs:
container: alpine/git
steps:
- run: |
TAG=$(git describe --tags)
echo "$TAG"
TAG=$(git describe --abbrev=0 --tags)
git tag -f "$TAG" "$GITHUB_SHA"
git push -f origin "$TAG"