Skip to content

Commit 039c26c

Browse files
authored
.github/workflows: fix goreleaser changelog generation (#11)
1 parent 0eec6e1 commit 039c26c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v2
12+
with:
13+
fetch-depth: 0
1214

1315
- name: Setup Go
1416
uses: actions/setup-go@v2

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010

1111
- name: Checkout
1212
uses: actions/checkout@v2
13+
with:
14+
fetch-depth: 0
1315

1416
- name: Setup Go
1517
uses: actions/setup-go@v2

0 commit comments

Comments
 (0)