cubing / twsearch

🔍 Twizzle Search — a program to find algs and scrambles for twisty puzzles
GNU General Public License v3.0
24 stars 8 forks source link

Avoid `fatal: No names found, cannot describe anything.` in CI #9

Open lgarron opened 1 year ago

lgarron commented 1 year ago

https://github.com/cubing/twsearch/blob/aed70f82ae8d48dd99f7758c0dc5d25b11a7f14c/Makefile#L21 causes CI to warn:

fatal: No names found, cannot describe anything.

This is because the checkout is shallow and does not include the last tag. We can either update our use actions/checkout or use an alternative way to store/calculate the versions.