Skip to content

Commit 250f036

Browse files
committed
chore(release): more concise >/dev/null
1 parent 305fa53 commit 250f036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ echo "Nucleus release started: $RELEASE_JOB"
6464
# Wait for GitHub release to be created by Nucleus, then open it
6565
echo 'The GitHub release notes must be added manually. You can exit the script now and open GitHub on your own, or wait until the release is created and the script will open the page for you.'
6666
sleep 300 # Nucleus job usually takes ~5 minutes
67-
while ! gh release view "v$VERSION" 1>/dev/null 2>/dev/null; do
67+
while ! gh release view "v$VERSION" >/dev/null; do
6868
sleep 15
6969
done
7070
gh release view "v$VERSION" --web

0 commit comments

Comments
 (0)