wip: checking git commands in directory

This commit is contained in:
CLoZengineer 2022-10-28 12:59:28 -04:00 committed by GitHub
parent fc36e86f43
commit 9b5e169012
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 describe --tags
- run: echo $(sh .github/workflows/version.sh)
- run: echo "::set-output version=$(sh .github/workflows/version.sh)"