Skip to content

Commit

Permalink
ci(release_pr): preprocessing changelog [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Dec 9, 2024
1 parent 70336a3 commit 71aad13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ jobs:
- name: Create release PR
run: |
changelog='${{ steps.github_release.outputs.changelog }}'
changelog='${{ steps.changelog.outputs.changelog }}'
gh pr create --base master --head ${{ github.ref_name }} --title "Release by ${{ env.DATE }}" --body "$changelog"

0 comments on commit 71aad13

Please sign in to comment.