diff --git a/.github/workflows/release-changelog.yml b/.github/workflows/release-changelog.yml index 412c4be5f..ea1140dc4 100644 --- a/.github/workflows/release-changelog.yml +++ b/.github/workflows/release-changelog.yml @@ -72,4 +72,3 @@ jobs: branch: autochangelog/${{ steps.release.outputs.name }} title: "Changelog for ${{ steps.release.outputs.name }}" body: "This PR adds the changelog for ${{ steps.release.outputs.name }}." - base: main