Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Simplify the way the release body is defined.

Co-authored-by: Piotr Spieker <orzechow@posteo.de>
  • Loading branch information
ll-nick and orzechow authored Nov 11, 2024
1 parent 6e22a2e commit c0e3685
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/bump-version-and-create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ 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 @@ -85,5 +81,5 @@ jobs:
with:
artifacts: "/tmp/artifacts/release/*"
tag: ${{ needs.bump-version.outputs.new_tag }}
bodyFile: /tmp/pull_request_description.md
body: ${{ github.event.pull_request.body }}

0 comments on commit c0e3685

Please sign in to comment.