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` (apache#44442)

### Rationale for this change

We need to specify `--repo apache/arrow` to ensure using apache/arrow.

### What changes are included in this PR?

Add `--repo apache/arrow`.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: apache#44441

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou authored Oct 16, 2024
1 parent e0ab40d commit f8ae352
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 f8ae352

Please sign in to comment.