Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 95ea67d

Browse files
committed
fix changelogs
1 parent cc24a52 commit 95ea67d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
# https://github.com/actions/checkout
2525
- name: Checkout
2626
uses: actions/checkout@v4
27+
with:
28+
# fetch full history to allow goreleaser to generate the full changelog
29+
fetch-depth: 0
2730

2831
# https://github.com/actions/setup-go
2932
- name: Set up Go

0 commit comments

Comments
 (0)