Update git/tag/action.yaml

This commit is contained in:
Zakary Timson 2023-08-07 00:59:49 +00:00
parent ee7459728f
commit 26710bdb52

View File

@ -8,5 +8,3 @@ runs:
- run: |
$TAG=$(git describe --tags)
echo "$TAG"
git tag -f "$TAG" "$GITHUB_SHA"
git push -f origin "$TAG"