Skip to content

Commit c5c5e67

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12+
with:
13+
fetch-depth: 0
1214
- uses: actions/setup-node@v3
1315
with:
1416
node-version: '20.9.0'
@@ -36,6 +38,8 @@ jobs:
3638
DOCKER_REGISTRY_URL: registry.hub.docker.com
3739
steps:
3840
- uses: actions/checkout@v3
41+
with:
42+
fetch-depth: 0
3943
- uses: actions/setup-node@v3
4044
with:
4145
node-version: '20.9.0'

0 commit comments

Comments
 (0)