diff --git a/.drone.yml b/.drone.yml index 0b7ef1c..91dd932 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - git fetch --tags - cz bump --annotated-tag --yes - git push --follow-tags - - cz changelog $(cz version -p) > CZ_CURRENT_CHANGELOG.md || echo "An error occured while generating the changelog." + - (cz changelog $(cz version -p) > CZ_CURRENT_CHANGELOG.md) || echo "An error occured while generating the changelog." environment: GIT_PASSWORD: from_secret: git_token