We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fetch-depth: 0
1 parent a1a5092 commit c2f4837Copy full SHA for c2f4837
.github/workflows/release.yml
@@ -13,6 +13,8 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v3
16
+ with:
17
+ fetch-depth: 0
18
- uses: actions/setup-go@v3
19
with:
20
go-version-file: go.mod
0 commit comments