Skip to content

Commit

Permalink
Enable changelog display again
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Oct 19, 2024
1 parent 48f05b0 commit ef02f45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
echo "RAW-response: " && echo '${{ steps.test-action.outputs.raw-output }}'
echo "Labels: " && echo '${{ steps.test-action.outputs.label-list }}'
echo "Bump-increment: " && echo '${{ steps.test-action.outputs.bump-increment }}'
# echo "Changelog: " && echo '${{ steps.test-action.outputs.changelog-markdown }}'
echo "Changelog: " && echo '${{ steps.test-action.outputs.changelog-markdown }}'
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ outputs:
bump-increment:
description: Increment for version bumping - either `patch` or 'minor'
value: ${{ steps.bump-increment.outputs.increment }}
# changelog-markdown:
# description: String containing full makrdown syntax for release changelog information
# value: ${{ steps.write-changelog.outputs.changelog }}
changelog-markdown:
description: String containing full markdown syntax for release changelog information
value: ${{ steps.write-changelog.outputs.changelog }}

runs:
using: composite
Expand Down

0 comments on commit ef02f45

Please sign in to comment.