Skip to content

Commit eae2dc6

Browse files
committed
fix: goreleaser changelog
1 parent 252b97e commit eae2dc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
17+
with:
18+
fetch-depth: 0 # for goreleaser generating changelog
1719
- name: Set up Go
1820
uses: actions/setup-go@v5
1921
with:

0 commit comments

Comments
 (0)