Skip to content

Commit

Permalink
MINOR: Specify --repo explicitly (#591)
Browse files Browse the repository at this point in the history
We don't checkout apache/arrow-java in this job. So we need to specify
--repo explicitly.
  • Loading branch information
kou authored Feb 6, 2025
1 parent 4c3dcb4 commit a5b8604
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,9 @@ jobs:
# https://github.com/cli/cli/issues/9586
for artifact in artifacts/*/*; do
sleep 1
gh release upload ${GITHUB_REF_NAME} $artifact
gh release upload ${GITHUB_REF_NAME} \
--repo ${GITHUB_REPOSITORY} \
$artifact
done
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a5b8604

Please sign in to comment.