mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Use correct release branch for changelog (#1612)
Ensure changelog generation job uses resolved branch instead of default.
This commit is contained in:
parent
c8e3e2c805
commit
0c1d97ec7c
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user