Skip to content

Commit

Permalink
apacheGH-44441: [Release] Add missing --repo apache/arrow in `02-so…
Browse files Browse the repository at this point in the history
…urce.sh`
  • Loading branch information
kou committed Oct 16, 2024
1 parent d0e7d07 commit 468c754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/02-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if [ ${SOURCE_UPLOAD} -gt 0 ]; then
${sha512_generate} $tarball > ${tarball}.sha512

# Upload signed tarballs to GitHub Release
gh release upload ${tag} ${tarball}.sha256 ${tarball}.sha512
gh release upload --repo apache/arrow ${tag} ${tarball}.sha256 ${tarball}.sha512

# check out the arrow RC folder
svn co --depth=empty https://dist.apache.org/repos/dist/dev/arrow tmp
Expand Down

0 comments on commit 468c754

Please sign in to comment.