We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0243422 commit 05baea9Copy full SHA for 05baea9
.github/workflows/release.yaml
@@ -13,6 +13,8 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
+ with:
17
+ fetch-depth: 0
18
19
- uses: actions/setup-go@v4
20
with:
0 commit comments