Skip to content

Commit

Permalink
fix(setVersionNum): not exit for unbound variable
Browse files Browse the repository at this point in the history
  • Loading branch information
letwebdev committed Feb 26, 2024
1 parent 88ba2e9 commit eca241f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setVersionNumber.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Set version number in gradle build script to the latest git version tag
# Should Run before building apk
set -euo pipefail
set -eo pipefail

# GitHub action doesn't accept `git tag`
getTags() {
Expand Down

0 comments on commit eca241f

Please sign in to comment.