Skip to content

Commit

Permalink
stop release on errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sproctor committed Oct 28, 2024
1 parent 4d76377 commit c86a64b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#!/usr/bin/bash

# Exit on errors
set -e

# Print commands
# set -x

echo "Releasing..."

while IFS='=' read -r key value
Expand Down

0 comments on commit c86a64b

Please sign in to comment.