Skip to content

Commit

Permalink
ci: fetch-depth=0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed May 12, 2021
1 parent f341a7d commit 1bf0b1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/checkout@v2
with:
# 0 indicates all history for all branches and tags.
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: 1.16
Expand Down

0 comments on commit 1bf0b1f

Please sign in to comment.