Skip to content

Commit 41d68da

Browse files
committed
Update release tag name
1 parent dae900d commit 41d68da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jarbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ jobs:
563563
# GH-499: How to create release notes?
564564
echo "Creating release: ${{ steps.commit_ids.outputs.release_tag }}"
565565
gh release create "${{ steps.commit_ids.outputs.release_tag }}" \
566-
-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<br>arrow_branch: ${{github.event.inputs.ARROW_BRANCH}}<br>arrow_repo: ${{github.event.inputs.ARROW_REPO}}<br>release_tag_name: ${{github.event.inputs.RELEASE_TAG_NAME}}<br>arrow-java branch: ${{github.ref_name}}" \
566+
-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<br>arrow_branch: ${{github.event.inputs.ARROW_BRANCH}}<br>arrow_repo: ${{github.event.inputs.ARROW_REPO}}<br>arrow-java branch: ${{github.ref_name}}<br>release_tag_name: ${{ steps.commit_ids.outputs.release_tag }}" \
567567
--prerelease \
568568
--repo ${GITHUB_REPOSITORY} \
569569
--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 }})"

0 commit comments

Comments
 (0)