Skip to content

Commit 24677a0

Browse files
committed
use full git history
1 parent cebab24 commit 24677a0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
runs-on: macos-latest
4545
if: startsWith(github.ref, 'refs/tags/v')
4646
steps:
47-
- uses: actions/checkout@v3
47+
- uses: actions/checkout@v4
48+
with:
49+
fetch-depth: 0
4850
- uses: actions/setup-go@v4
4951
with:
5052
go-version: '1.20'

0 commit comments

Comments
 (0)