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