Skip to content

Commit

Permalink
Fix GitHub Actions CI error message:
Browse files Browse the repository at this point in the history
Fixes, "fatal: No names found, cannot describe anything."
in GitHub Actions.

Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Jun 20, 2024
1 parent 05436f9 commit 5975eb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-tags: 'true'

- uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 5975eb0

Please sign in to comment.