mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
ci: include all commits when releasing to build proper release notes
This commit is contained in:
parent
06143b235b
commit
234f2a3dd8
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -36,6 +36,8 @@ jobs:
|
||||||
DOCKER_REGISTRY_URL: registry.hub.docker.com
|
DOCKER_REGISTRY_URL: registry.hub.docker.com
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '20.9.0'
|
node-version: '20.9.0'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue