Skip to content

Commit

Permalink
ci: Fix fetch-depth in release workflow (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
zerok committed May 28, 2024
1 parent cba5ac3 commit d5d8449
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
# https://github.com/actions/checkout/issues/1467
fetch-depth: 0
- uses: ./.github/actions/setup-goversion
- run: make cross
- id: docker_tag
Expand Down

0 comments on commit d5d8449

Please sign in to comment.