Skip to content

Commit

Permalink
update release body
Browse files Browse the repository at this point in the history
  • Loading branch information
sorinvoicu committed Mar 1, 2024
1 parent 79ead85 commit ecca95f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
id: build-release
shell: bash
run: |
echo "RELEASE_BODY=Check the artifacts in this release for more information about the published image." >> $GITHUB_OUTPUT
echo "Check the artifacts in this release for more information about the published image." > RELEASE_BODY
echo "TAGGED_IMAGE=${{ needs.build_publish.outputs.IMAGE }}:${{ needs.build_publish.outputs.TAG }}" >> $GITHUB_OUTPUT
echo "SBOM_OUTPUT_FILENAME=${{ github.workspace }}/sbom.json" >> $GITHUB_OUTPUT
Expand All @@ -162,6 +162,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
generate_release_notes: no
tag_name: ${{ needs.build_publish.outputs.TAG }}
body_path: RELEASE_BODY

- name: Upload artifact to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit ecca95f

Please sign in to comment.