Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
check out github.ref in ci.yaml (#298)
Using github.sha as the ref in the checkout action prevents git from seeing the tag when a pushing a tag triggers the workflow, which in turn causes "brimcap -version" to report a SHA instead of the tag. Fix by switching to github.ref.
- Loading branch information