Skip to content

Commit

Permalink
add proper flag to build for podspec stamping (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
hborawski authored Jul 30, 2022
1 parent 814b5b6 commit 1d632cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d632cc

Please sign in to comment.