We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dev/release/release_rc.sh
1 parent 993536f commit b933d2eCopy full SHA for b933d2e
1 file changed
dev/release/release_rc.sh
@@ -109,13 +109,13 @@ if [ "${RELEASE_SIGN}" -gt 0 ]; then
109
if [ -n "${run_id}" ]; then
110
break
111
fi
112
- sleep 60
+ sleep 600
113
done
114
115
echo "Found GitHub Actions workflow with ID: ${run_id}"
116
gh run watch \
117
--exit-status "${run_id}" \
118
- --interval 60 \
+ --interval 600 \
119
--repo "${repository}"
120
121
echo "Downloading artifacts from GitHub Releases"
0 commit comments