wip: pulls tags

This commit is contained in:
CLoZengineer 2022-10-28 13:18:41 -04:00 committed by GitHub
parent 7c059b3a3d
commit 83f4f8c8c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ jobs:
- run: cd $GITHUB_WORKSPACE
- run: pwd
- run: ls -alt
- run: git fetch --tags
- run: git pull --tags
- run: git describe --tags
- run: echo $(sh .github/workflows/version.sh)
- run: echo "::set-output version=$(sh .github/workflows/version.sh)"