You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
read -p "This will deploy the CLI tool to NPM and upload all artifacts publically. ARE YOU SURE YOU WANT TO PROCEED? " yn
case $yn in
[Yy]* ) yarn run release-all "$@" && echo "Please monitor the deploy at https://github.com/rockset/rockset-js/actions?query=workflow%3ADeploy"; break;;