Skip to content

Commit

Permalink
Fetch in checkout build step
Browse files Browse the repository at this point in the history
  • Loading branch information
jangler committed Mar 25, 2024
1 parent 1a80b29 commit 5427350
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Fetch names for `git describe`
- run: git fetch --prune --unshallow --tags

- name: Set up Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 5427350

Please sign in to comment.