5
0
Fork 0
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:
Wagner Santos 2024-03-28 16:34:47 -03:00
parent 06143b235b
commit 234f2a3dd8

View file

@ -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'