Skip to content

Commit f8bd38c

Browse files
committed
fix: commit history
1 parent ca77b32 commit f8bd38c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b #v3
18+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 #v3
19+
with:
20+
fetch-depth: 0
1921
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 #v3.4.0
2022
with:
2123
go-version: '1.19'
@@ -35,4 +37,4 @@ jobs:
3537
version: latest
3638
args: release --rm-dist --skip-validate
3739
env:
38-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)