Skip to content

Commit a1476be

Browse files
committed
ci: improve CI configuration and API integration
- Set `fetch-depth` to `0` in the `actions/checkout` step to fetch all history Signed-off-by: appleboy <[email protected]>
1 parent d6205e8 commit a1476be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/goreleaser.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
17+
with:
18+
fetch-depth: 0
1719

1820
- name: Setup go
1921
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)