Skip to content

Commit

Permalink
ci: fix release summary
Browse files Browse the repository at this point in the history
  • Loading branch information
asartalo committed Mar 29, 2024
1 parent 40d1b8f commit 42e9196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
body: |
Changes in this Release
${{ steps.nextVersion.outputs.value }}
${{ steps.changelog.outputs.summary }}
# - name: Merge back to main
# if: steps.shouldRelease.outputs.value == 'yes'
Expand Down

0 comments on commit 42e9196

Please sign in to comment.