Skip to content

Commit

Permalink
Add the PR description as release body
Browse files Browse the repository at this point in the history
  • Loading branch information
ll-nick committed Nov 11, 2024
1 parent 5adc18d commit 93676b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/bump-version-and-create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ jobs:
with:
ref: ${{ needs.bump-version.outputs.new_tag }}

- name: Save Pull Request Description to File
run: |
echo "${{ github.event.pull_request.body }}" > /tmp/pull_request_description.md
- name: Build release packages
uses: docker/build-push-action@v6
with:
Expand All @@ -80,5 +84,5 @@ jobs:
with:
artifacts: "/tmp/artifacts/release/*"
tag: ${{ needs.bump-version.outputs.new_tag }}

bodyFile: /tmp/pull_request_description.md

0 comments on commit 93676b7

Please sign in to comment.