diff --git a/docs/ignore-step.sh b/docs/ignore-step.sh index 40bc7a7c4df..0169516ad8a 100755 --- a/docs/ignore-step.sh +++ b/docs/ignore-step.sh @@ -8,7 +8,7 @@ if [ "$VERCEL_ENV" == "production" ] || \ [ "$VERCEL_GIT_COMMIT_REF" == "master" ] || \ [ "$VERCEL_GIT_COMMIT_REF" == "v0.1" ] || \ [ "$VERCEL_GIT_COMMIT_REF" == "v0.2" ] || \ - [ "$VERCEL_GIT_COMMIT_REF" == "v0.3" ] + [ "$VERCEL_GIT_COMMIT_REF" == "v0.3rc" ] then echo "✅ Production build - proceeding with build" exit 1