Skip to content

Commit

Permalink
ci: Fix git history for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Oct 13, 2023
1 parent 333b9db commit ac0191d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
with:
ref: ${{ needs.prepare.outputs.tag }}
depth: 0
fetch-depth: 0

- name: Lint
run: |
Expand Down

0 comments on commit ac0191d

Please sign in to comment.