Skip to content

Commit

Permalink
add fetch-depth: 0 for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Feb 21, 2024
1 parent 5b43d01 commit 107b1d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Needed for goreleaser to inspect tags.
- uses: ./.github/actions/ci
with:
run_linter: 'false'
Expand Down

0 comments on commit 107b1d5

Please sign in to comment.