Skip to content

Commit 0d3b6bd

Browse files
authored
chore: Fix release history 🤞
1 parent d43fb40 commit 0d3b6bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4
18+
with:
19+
# goreleaser needs history to find previous tags
20+
fetch-depth: 0
1821

1922
- name: Set up Go
2023
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)