Skip to content

Commit c1882e1

Browse files
committed
ci: more debug
1 parent e565ea9 commit c1882e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/create-package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
set -e
2+
set -exuo pipefail
33

44
# Get the version from the first parameter
55
VERSION=$1

0 commit comments

Comments
 (0)