Skip to content

Commit

Permalink
Merge pull request #145 from wordpress-mobile/fix-aztec-ios-version-c…
Browse files Browse the repository at this point in the history
…heck

Update Aztec-iOS podspec source path to point Gutenberg
  • Loading branch information
fluiddot authored Sep 15, 2023
2 parents 60c35dc + 47e23b8 commit 462b34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_prechecks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function check_android_aztec_is_release_version() {
function check_ios_aztec_is_release_version() {
result=''

podspec_file="$GB_MOBILE_PATH/RNTAztecView.podspec"
podspec_file="$GB_MOBILE_PATH/gutenberg/packages/react-native-aztec/RNTAztecView.podspec"
aztec_version=$(grep WordPress-Aztec-iOS "$podspec_file" | grep -oE "$SEMANTIC_VERSION_REGEX")
if [[ -z "$aztec_version" ]]; then
result="A release version for WordPress-Aztec-iOS was not found in $podspec_file"
Expand Down

0 comments on commit 462b34c

Please sign in to comment.