Skip to content

Commit

Permalink
fix outputs reference
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz committed Nov 19, 2024
1 parent 62a18c2 commit 277359a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-changelog-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
run: |
gh release create v1.23 \
--title="Dummy Release" \
--notes="${{steps.generate_release_notes.release_notes}}"
--notes="${{steps.generate_release_notes.outputs.release_notes}}"

0 comments on commit 277359a

Please sign in to comment.