Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix git_describe_working_tree failing
The command /usr/bin/git describe --abbrev=0 --dirty=-D --broken=-B Was returning error code 128 and no output. In the workflow file, specifying fetch-depth = 0, will make sure to fetch all branches and tags. This seems to fix the issue.
- Loading branch information