We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2389ad5 commit 5b72ef9Copy full SHA for 5b72ef9
dev/release/02-source.sh
@@ -59,11 +59,9 @@ tarball=apache-arrow-${version}.tar.gz
59
60
rm -f ${tarball}
61
62
-if [${TEST_RELEASE_SCRIPT} -gt 0] ; then
63
- gh workflow run -f release_hash=${release_hash} tarball_name=${tarball} -> workflow id
64
- gh run watch --exit-status
65
- gh run download {id} --
66
-; else
+if [ ${TEST_RELEASE_SCRIPT} -gt 0 ]; then
+ ./utils-create-release-tarball ${version} ${rc}
+else
67
gh release download \
68
${tag} \
69
--repo apache/arrow \
0 commit comments