Skip to content

Commit ba6a511

Browse files
committed
Remove a debug code
1 parent abd1c2d commit ba6a511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/release/release_rc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ if [ "${RELEASE_UPLOAD}" -gt 0 ]; then
131131
echo "Uploading signature"
132132
gh release upload "${rc_tag}" \
133133
--clobber \
134-
--repo "${repository:-kou/arrow-java}" \
134+
--repo "${repository}" \
135135
"${signed_artifacts_dir}"/*.asc
136136
fi
137137

0 commit comments

Comments
 (0)