Skip to content

Commit e581c0e

Browse files
committed
ci: improve CI workflows and API integration for better performance
- Add `fetch-depth: 0` to the `actions/checkout` step in the `goreleaser.yml` workflow Signed-off-by: appleboy <[email protected]>
1 parent c4ba7b0 commit e581c0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/goreleaser.yml

Lines changed: 2 additions & 0 deletions
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)