diff --git a/.drone.yml b/.drone.yml index 0bcdb9b..ebfae1c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -82,6 +82,7 @@ steps: depends_on: ["clone"] image: registry.odit.services/hub/library/node:19.5.0-alpine3.16 commands: + - apk add git - npx auto-changelog --commit-limit false -p -u --hide-credit - name: push new changelog to repo depends_on: ["run changelog export"]