From 70d8565e78b798f759f7b46d3ad4b256c497aeb6 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Tue, 28 Jan 2025 11:58:43 +0900 Subject: [PATCH] Fix style --- dev/release/release_rc.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/release/release_rc.sh b/dev/release/release_rc.sh index c4ad189c..13753764 100755 --- a/dev/release/release_rc.sh +++ b/dev/release/release_rc.sh @@ -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}" \