Skip to content

Commit

Permalink
ci: change goreleaser changelog and attempt a non-shallow clone (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
scastlara authored Dec 9, 2024
1 parent c8222cf commit c580095
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
Expand Down
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
changelog:
use: github-native
sort: asc

0 comments on commit c580095

Please sign in to comment.