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 ca77b32 commit f8bd38cCopy full SHA for f8bd38c
.github/workflows/release.yaml
@@ -15,7 +15,9 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout code
18
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b #v3
+ uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 #v3
19
+ with:
20
+ fetch-depth: 0
21
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 #v3.4.0
22
with:
23
go-version: '1.19'
@@ -35,4 +37,4 @@ jobs:
35
37
version: latest
36
38
args: release --rm-dist --skip-validate
39
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments