Skip to content

Commit c2f4837

Browse files
authored
Use fetch-depth: 0 for release workflow (#692)
Otherwise, the tag bump step fails
1 parent a1a5092 commit c2f4837

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
16+
with:
17+
fetch-depth: 0
1618
- uses: actions/setup-go@v3
1719
with:
1820
go-version-file: go.mod

0 commit comments

Comments
 (0)