Commit 218cdb5
authored
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.1 parent 4bbc4ff commit 218cdb5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments