5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 16:06:56 +00:00

ci: fix changelog not being populated during release

Fixes #54
This commit is contained in:
Wagner Santos 2020-09-14 08:30:48 -03:00
parent e58160759f
commit a70da87c5c

View file

@ -28,6 +28,8 @@ jobs:
DOCKER_REGISTRY_URL: registry.hub.docker.com DOCKER_REGISTRY_URL: registry.hub.docker.com
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: '12.x' node-version: '12.x'