From bcf3ef76f3c737b2d51b3bfa19555f5d1dafe30e Mon Sep 17 00:00:00 2001 From: Aaron <29749331+aarnphm@users.noreply.github.com> Date: Sun, 25 Jun 2023 10:43:11 -0400 Subject: [PATCH] revert: "chore: script to exit on error" This reverts commit e1ce8f9c20bd23be6258b99d06e9782245acb010. Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> --- tools/run-release-action | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run-release-action b/tools/run-release-action index 6afbb45c..9d974fd7 100755 --- a/tools/run-release-action +++ b/tools/run-release-action @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -ex -o pipefail +set -e -o pipefail # Function to print script usage print_usage() {