Skip to content

Commit 963df05

Browse files
Simplify release notes in workflow
Remove multiline notes from release creation step.
1 parent b1269a0 commit 963df05

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/reproducible-build-check-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,7 @@ jobs:
265265
gh release create "${{ steps.next_tag.outputs.new_tag }}" \
266266
"apk-release/${{ steps.version.outputs.version_name }}.apk" \
267267
--title "${{ steps.version.outputs.version_name }}" \
268-
--notes "Reproducible build verified
269-
270-
**Release:** ${{ steps.version.outputs.version_name }}
268+
--notes "**Release:** ${{ steps.version.outputs.version_name }}
271269
**Build No:** ${{ steps.next_tag.outputs.new_tag }}
272270
**sha256sum:** $(sha256sum "apk-release/${{ steps.version.outputs.version_name }}.apk" | awk '{print $1}')
273271

0 commit comments

Comments
 (0)