We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e565ea9 commit c1882e1Copy full SHA for c1882e1
.github/workflows/scripts/create-package.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-set -e
+set -exuo pipefail
3
4
# Get the version from the first parameter
5
VERSION=$1
0 commit comments