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 container: alpine/git
steps: steps:
- run: | - run: |
TAG=$(git describe --tags) TAG=$(git describe --abbrev=0 --tags)
echo "$TAG"
git tag -f "$TAG" "$GITHUB_SHA" git tag -f "$TAG" "$GITHUB_SHA"
git push -f origin "$TAG" git push -f origin "$TAG"