Skip to content

Commit a5b8604

Browse files
authored
MINOR: Specify --repo explicitly (#591)
We don't checkout apache/arrow-java in this job. So we need to specify --repo explicitly.
1 parent 4c3dcb4 commit a5b8604

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,9 @@ jobs:
605605
# https://github.com/cli/cli/issues/9586
606606
for artifact in artifacts/*/*; do
607607
sleep 1
608-
gh release upload ${GITHUB_REF_NAME} $artifact
608+
gh release upload ${GITHUB_REF_NAME} \
609+
--repo ${GITHUB_REPOSITORY} \
610+
$artifact
609611
done
610612
env:
611613
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)