empirical-soft / empirical-lang

A language for time-series analysis
https://www.empirical-soft.com/
Other
168 stars 13 forks source link

GitHub Actions doesn't fetch tags by default #105

Closed chrisaycock closed 3 years ago

chrisaycock commented 3 years ago

This is an issue when releasing binaries. See:

https://github.com/marketplace/actions/checkout#Fetch-all-history-for-all-tags-and-branches

Failing that, try:

https://github.com/actions/checkout/issues/206#issuecomment-617937725

chrisaycock commented 3 years ago

Culprit: the GA checkout script fetches a non-annotated tag. Since git describe uses only annotated tags by default, we had to list --tags.