Skip to content

Commit

Permalink
ci: processing changelog [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Dec 4, 2024
1 parent 28df0d4 commit 84c6c9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
id: changelog
uses: ./.github/actions/processing-release-changelog
with:
data: ${{ steps.github_release.outputs.changelog }}
data: |
${{ steps.github_release.outputs.changelog }}
- name: Create release PR
run: |
Expand Down

0 comments on commit 84c6c9c

Please sign in to comment.