Skip to content

Commit 9e52ac4

Browse files
authored
Fix validate release workflow (#1012)
1 parent c555919 commit 9e52ac4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
# --- Check: Version consistency ---
4545
api_lib_ver=$(grep -oP "libraryVersion\s*=\s*'\K[^']+" iterableapi/build.gradle)
46-
api_sdk_ver=$(grep -oP 'ITERABLE_SDK_VERSION.*"\K[0-9][^"]+' iterableapi/build.gradle)
46+
api_sdk_ver=$(grep -oP 'ITERABLE_SDK_VERSION.*"\K[0-9][^"\\]+' iterableapi/build.gradle)
4747
ui_lib_ver=$(grep -oP "libraryVersion\s*=\s*'\K[^']+" iterableapi-ui/build.gradle)
4848
4949
if [ "$api_lib_ver" != "$version" ]; then

0 commit comments

Comments
 (0)