Skip to content

Commit

Permalink
ci: fetch all commits (need to be able to find the latest tag)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Jan 22, 2025
1 parent 427aad2 commit 89dd4d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ matrix.source.branch }}
fetch-depth: 0
fetch-tags: true

- name: Set up Go
Expand Down

0 comments on commit 89dd4d7

Please sign in to comment.