Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ghactions: Fix version generation for ghactions builds
gvproxy --version uses the `git describe` to automatically generate the version. actions/checkout by default creates a 1 commit checkout with no history/no tags, which will prevent git describe from generating a useful version. This commit instructs actions/checkout to use full checkouts with all tags. Signed-off-by: Christophe Fergeau <[email protected]>
- Loading branch information