Skip to content

Commit

Permalink
ci: improve CI configuration and API integration
Browse files Browse the repository at this point in the history
- Set `fetch-depth` to `0` in the `actions/checkout` step to fetch all history

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Jan 4, 2025
1 parent d6205e8 commit a1476be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup go
uses: actions/setup-go@v5
Expand Down

0 comments on commit a1476be

Please sign in to comment.