Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSchwert committed Jul 9, 2024
1 parent 9e3b0e0 commit 575c567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/game-bridge/scripts/updateSdkVersion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fi
# example valid version: 1.2.3
# or: 1.2.3-alpha
# or: 1.2.3-alpha.1
if [[ ! $TS_SDK_TAG =~ ^[0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9]+)?$ ]];
if [[ ! $TS_SDK_TAG =~ ^[0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9]+)?$ ]]; then
echo "Current tag is not a valid version. Exiting..."
exit 1
fi
Expand Down

0 comments on commit 575c567

Please sign in to comment.