Commit c0f7c1c
authored
Fix CI to publish Canasta version tag (#600)
The checkout step defaults to fetch-depth: 1 (shallow clone), so
HEAD~1 does not exist and the git diff that detects VERSION file
changes silently fails. Add fetch-depth: 2 so the previous commit
is available for comparison.
Fixes #5991 parent 789de78 commit c0f7c1c
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
0 commit comments