Skip to content

Commit

Permalink
ci: improve CI workflows and API integration
Browse files Browse the repository at this point in the history
- Add `fetch-depth: 0` to the checkout action in the goreleaser workflow

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Jan 4, 2025
1 parent e34e2c4 commit a7c52c7
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 a7c52c7

Please sign in to comment.