Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 7ddccd9

Browse files
committed
fix: disable set error on release
1 parent e5ee2c0 commit 7ddccd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/release/release-all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
set -euo pipefail
3+
# set -euo pipefail
44

55
function cd_to_root_directory () {
66
cd `dirname ${0}`/../../

0 commit comments

Comments
 (0)