Remove pod bumps without flipperkit_version (#2117)
Summary: Sample and SampleSwift directly link to the debug version and don't reference `flipperkit_version` which is why the script is failing. Pull Request resolved: https://github.com/facebook/flipper/pull/2117 Test Plan: hopeitwork Reviewed By: priteshrnandgaonkar Differential Revision: D27395244 Pulled By: passy fbshipit-source-id: 3485731b0489376fbdf987c082ef7d288f66bbe8
This commit is contained in:
committed by
Facebook GitHub Bot
parent
2132163d20
commit
1d67dd8a9f
6
.github/workflows/publish-pods.yml
vendored
6
.github/workflows/publish-pods.yml
vendored
@@ -62,12 +62,6 @@ jobs:
|
|||||||
- name: Update Tutorial's Podfile
|
- name: Update Tutorial's Podfile
|
||||||
run: ./scripts/update-pod-versions.sh ./ ./iOS/Tutorial/Podfile
|
run: ./scripts/update-pod-versions.sh ./ ./iOS/Tutorial/Podfile
|
||||||
|
|
||||||
- name: Update Sample's Podfile
|
|
||||||
run: ./scripts/update-pod-versions.sh ./ ./iOS/Sample/Podfile
|
|
||||||
|
|
||||||
- name: Update SampleSwift's Podfile
|
|
||||||
run: ./scripts/update-pod-versions.sh ./ ./iOS/SampleSwift/Podfile
|
|
||||||
|
|
||||||
- name: Update Getting Started
|
- name: Update Getting Started
|
||||||
run: ./scripts/update-pod-versions.sh ./ ./docs/getting-started/ios-native.mdx
|
run: ./scripts/update-pod-versions.sh ./ ./docs/getting-started/ios-native.mdx
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user