diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d9e81ae18..65c537d34 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: with: changelog_filename: CHANGELOG.md release_version: ${{ steps.version.outputs.version }} - config_file: .github/workflows/changelogConfig.yml + config_file: .github/changelogConfig.yml github_token: ${{ secrets.GITHUB_TOKEN }} - name: Extract Repo Attributes id: attrs