Skip to content

Commit

Permalink
Fix changelog generation during the release process (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Dec 17, 2024
1 parent 5739238 commit 92f6f16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/_generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ jobs:
if: ${{ needs.temp-branch.outputs.name != '' && inputs.merge }}
runs-on: ${{ vars.DEFAULT_RUNNER }}
steps:
- uses: actions/checkout@v4
with:
ref: ${{ needs.temp-branch.outputs.name }}
- uses: everlytic/[email protected]
with:
source_ref: ${{ needs.temp-branch.outputs.name }}
Expand Down

0 comments on commit 92f6f16

Please sign in to comment.