diff --git a/.github/workflows/jarbuild.yml b/.github/workflows/jarbuild.yml
index 3c78dd063..181f8b738 100644
--- a/.github/workflows/jarbuild.yml
+++ b/.github/workflows/jarbuild.yml
@@ -563,7 +563,7 @@ jobs:
# GH-499: How to create release notes?
echo "Creating release: ${{ steps.commit_ids.outputs.release_tag }}"
gh release create "${{ steps.commit_ids.outputs.release_tag }}" \
- -n "Release ${{ steps.commit_ids.outputs.release_name }} RC${{ steps.commit_ids.outputs.rc }}
Triggered by: ${{ github.actor }}
Action URL: $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID
arrow_branch: ${{github.event.inputs.ARROW_BRANCH}}
arrow_repo: ${{github.event.inputs.ARROW_REPO}}
release_tag_name: ${{github.event.inputs.RELEASE_TAG_NAME}}
arrow-java branch: ${{github.ref_name}}" \
+ -n "Release ${{ steps.commit_ids.outputs.release_name }} RC${{ steps.commit_ids.outputs.rc }}
Triggered by: ${{ github.actor }}
Action URL: $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID
arrow_branch: ${{github.event.inputs.ARROW_BRANCH}}
arrow_repo: ${{github.event.inputs.ARROW_REPO}}
arrow-java branch: ${{github.ref_name}}
release_tag_name: ${{ steps.commit_ids.outputs.release_tag }}" \
--prerelease \
--repo ${GITHUB_REPOSITORY} \
--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 }})"