File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -552,7 +552,7 @@ jobs:
552552 # GH-499: How to create release notes?
553553 echo "Creating release: ${{ steps.commit_ids.outputs.release_tag }}"
554554 gh release create "${{ steps.commit_ids.outputs.release_tag }}" \
555- -n "Action URL: $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" \
555+ -n "Release ${{ steps.commit_ids.outputs.release_name }} RC${{ steps.commit_ids.outputs.rc }}<br>Triggered by: ${{ github.actor }}<br> Action URL: $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" \
556556 --prerelease \
557557 --repo ${GITHUB_REPOSITORY} \
558558 --title "Apache Arrow Java ${{ steps.commit_ids.outputs.version }} RC${{ steps.commit_ids.outputs.rc }} (arrow-java: ${{ steps.commit_ids.outputs.arrow_java_commit }}, arrow: ${{ steps.commit_ids.outputs.arrow_commit }})"
You can’t perform that action at this time.
0 commit comments