Skip to content

Commit

Permalink
rebuild the podspec, not the pod (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
hborawski authored Jul 29, 2022
1 parent 9bf4d56 commit 814b5b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ $(dirname -- "$0")/fetchArtifacts.sh > /tmp/$CIRCLE_BUILD_NUMBER/artifacts.json
# Find the pod zip url
export CIRCLE_CI_ZIP=$($(dirname -- "$0")/parseArtifactJson.js /tmp/$CIRCLE_BUILD_NUMBER/artifacts.json)

# Rebuild to stamp the release pod
bazel build //:PlayerUI_Pod

# Rebuild to stamp the release podspec
bazel build //: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 814b5b6

Please sign in to comment.