Skip to content

Commit b82188c

Browse files
committed
removing trace logs
1 parent adb2d1f commit b82188c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/publish-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
set -euxo pipefail
3+
set -euo pipefail
44

55
# Redirect output to stderr.
66
exec 1>&2

0 commit comments

Comments
 (0)