Skip to content

Commit 2671883

Browse files
committed
Use RELEASE_CANDIDATE_TAG_NAME variable
1 parent 0064409 commit 2671883

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ jobs:
5858
echo "RC_NUM=${rc_num}" >> ${GITHUB_ENV}
5959
- name: Download Release Candidate Artifacts
6060
run: |
61-
rc_tag=apache-arrow-${VERSION}-rc${RC_NUM}
6261
mkdir release_candidate_artifacts
63-
gh release download ${rc_tag} --dir release_candidate_artifacts
62+
gh release download ${RELEASE_CANDIDATE_TAG_NAME} --dir release_candidate_artifacts
6463
- name: Create Release Title
6564
run: |
6665
title="Apache Arrow ${VERSION}"

0 commit comments

Comments
 (0)