Update git/tag/action.yaml
This commit is contained in:
parent
26710bdb52
commit
607c57e400
@ -6,5 +6,5 @@ runs:
|
|||||||
container: alpine/git
|
container: alpine/git
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
$TAG=$(git describe --tags)
|
$TAG=$(git describe)
|
||||||
echo "$TAG"
|
echo "$TAG"
|
||||||
|
Loading…
Reference in New Issue
Block a user