diff --git a/.github/workflows/_release.yaml b/.github/workflows/_release.yaml index ff372912f..0176795e5 100644 --- a/.github/workflows/_release.yaml +++ b/.github/workflows/_release.yaml @@ -19,8 +19,6 @@ jobs: uses: bakdata/ci-templates/.github/workflows/bump-version-release.yaml@v1.24.0 with: release-type: "${{ github.event.inputs.release-type }}" - changelog: true - changelog-config: "./.github/changelog-config.json" secrets: github-username: "${{ secrets.GH_USERNAME }}" github-email: "${{ secrets.GH_EMAIL }}"