From 217d07effb38c61ab7116961607030a33fb6660d Mon Sep 17 00:00:00 2001 From: Harris Borawski Date: Fri, 29 Jul 2022 16:30:56 -0700 Subject: [PATCH] add proper flag to build for podspec stamping --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index 4999376f1..49ad6dd34 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -35,7 +35,7 @@ export CIRCLE_CI_ZIP=$($(dirname -- "$0")/parseArtifactJson.js /tmp/$CIRCLE_BUIL # Rebuild to stamp the release podspec -bazel build //:PlayerUI_Podspec +bazel build --config=release //:PlayerUI_Podspec # Push the podspec to cocoapods, verifying against the zip in the iOS stage artifacts # so there is a URL to verify