wip: explicitly fetching tags

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

View file

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