Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 28, 2025
1 parent 1023f83 commit 70d8565
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/release/release_rc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ if [ "${RELEASE_SIGN}" -gt 0 ]; then

echo "Found GitHub Actions workflow with ID: ${run_id}"
gh run watch \
--exit-status "${run_id}" \
--interval 60 \
--repo "${repository}"
--exit-status "${run_id}" \
--interval 60 \
--repo "${repository}"

echo "Downloading artifacts from GitHub Releases"
gh release download "${rc_tag}" \
Expand Down

0 comments on commit 70d8565

Please sign in to comment.