Update git/tag/action.yaml

This commit is contained in:
Zakary Timson 2023-08-07 00:58:41 +00:00
parent 565f108007
commit ee7459728f

View File

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