Skip to content

Commit 4f3a7f2

Browse files
authored
ci: Do a full clone in the release workflow (#620)
This is required so that GoReleaser can create the automated chagelog. Signed-off-by: James Alseth <[email protected]>
1 parent 79f3627 commit 4f3a7f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
steps:
3535
- name: Checkout repository
3636
uses: actions/checkout@v4
37+
with:
38+
fetch-depth: 0
3739

3840
- name: Set up QEMU
3941
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)