Skip to content

Commit fcba610

Browse files
wagoidTsuesun
authored andcommitted
ci: include all commits when releasing to build proper release notes
1 parent 22f54ea commit fcba610

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ jobs:
3535
env:
3636
DOCKER_REGISTRY_URL: registry.hub.docker.com
3737
steps:
38-
- uses: actions/checkout@v4
39-
- uses: actions/setup-node@v4
38+
- uses: actions/checkout@v3
39+
with:
40+
fetch-depth: 0
41+
- uses: actions/setup-node@v3
4042
with:
4143
node-version: '20.9.0'
4244
- uses: actions/cache@v4

0 commit comments

Comments
 (0)