Update git/tag/action.yaml
This commit is contained in:
parent
565f108007
commit
ee7459728f
@ -6,7 +6,7 @@ runs:
|
|||||||
container: alpine/git
|
container: alpine/git
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
$TAG=$(git describe)
|
$TAG=$(git describe --tags)
|
||||||
echo "$TAG"
|
echo "$TAG"
|
||||||
git tag -f "$TAG" "$GITHUB_SHA"
|
git tag -f "$TAG" "$GITHUB_SHA"
|
||||||
git push -f origin "$TAG"
|
git push -f origin "$TAG"
|
||||||
|
Loading…
Reference in New Issue
Block a user