Skip to content

Commit 234f2a3

Browse files
committed
ci: include all commits when releasing to build proper release notes
1 parent 06143b2 commit 234f2a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
DOCKER_REGISTRY_URL: registry.hub.docker.com
3737
steps:
3838
- uses: actions/checkout@v3
39+
with:
40+
fetch-depth: 0
3941
- uses: actions/setup-node@v3
4042
with:
4143
node-version: '20.9.0'

0 commit comments

Comments
 (0)