Skip to content

Commit

Permalink
chore: gha goreleaser wants checkout to have fetch-depth of 0
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaboyce committed Jul 21, 2024
1 parent 22b4d5b commit 36c8b29
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 @@ -28,6 +28,8 @@ jobs:
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Go 1.x
uses: actions/setup-go@v5
Expand Down

0 comments on commit 36c8b29

Please sign in to comment.