Update git/tag/action.yaml
This commit is contained in:
parent
ee7459728f
commit
26710bdb52
@ -8,5 +8,3 @@ runs:
|
|||||||
- run: |
|
- run: |
|
||||||
$TAG=$(git describe --tags)
|
$TAG=$(git describe --tags)
|
||||||
echo "$TAG"
|
echo "$TAG"
|
||||||
git tag -f "$TAG" "$GITHUB_SHA"
|
|
||||||
git push -f origin "$TAG"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user