Skip to content

Commit a70da87

Browse files
committed
ci: fix changelog not being populated during release
Fixes #54
1 parent e581607 commit a70da87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
DOCKER_REGISTRY_URL: registry.hub.docker.com
2929
steps:
3030
- uses: actions/checkout@v2
31+
with:
32+
fetch-depth: 0
3133
- uses: actions/setup-node@v1
3234
with:
3335
node-version: '12.x'

0 commit comments

Comments
 (0)