Use correct release branch for changelog (#1612)

Ensure changelog generation job uses resolved branch instead of default.
This commit is contained in:
Darragh Bailey 2022-09-28 18:34:49 +01:00 committed by GitHub
parent c8e3e2c805
commit 0c1d97ec7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,6 +87,7 @@ jobs:
name: Changelog Generation
uses: CharMixer/auto-changelog-action@v1.4
with:
release_branch: ${{ steps.prep.outputs.release_branch }}
token: ${{ secrets.GITHUB_TOKEN }}
since_tag: ${{ steps.prep.outputs.previous_version }}
output: release_notes.md