Skip to content

Commit

Permalink
ci(goreleaser): set fetch-depth to 0 (#2917)
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp authored Dec 9, 2023
1 parent 14db3df commit 74b3404
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
permissions: "write-all"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 74b3404

Please sign in to comment.