fix drone changelog command
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2023-04-17 13:27:46 +02:00
parent 3cdd705388
commit 7d101165a1
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ steps:
image: thegeeklab/git-chglog
commands:
- git fetch -tq
- codecov --no-color --no-emoji -o CHANGELOG.md ${DRONE_TAG:---next-tag unreleased unreleased}
- git-chglog --no-color --no-emoji -o CHANGELOG.md ${DRONE_TAG:---next-tag unreleased unreleased}
depends_on:
- tags
@ -192,6 +192,6 @@ depends_on:
---
kind: signature
hmac: 9a5f70eaa3ff06746c714457565346e336198d3c56ae56e2c622ab6f38ccf57e
hmac: a30da47af2cbf1d7fcede38e47ee7643770a4f2d07b7aedef2f538fcf3a29312
...