Update git/tag/action.yaml
This commit is contained in:
parent
0a342dbf1d
commit
73ee97191d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user