Update git/tag/action.yaml

This commit is contained in:
Zakary Timson 2023-08-07 01:00:20 +00:00
parent 26710bdb52
commit 607c57e400

View File

@ -6,5 +6,5 @@ runs:
container: alpine/git
steps:
- run: |
$TAG=$(git describe --tags)
$TAG=$(git describe)
echo "$TAG"