From 1d67dd8a9f9d909ba5f2b55da37891a2b16cb1f7 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 29 Mar 2021 06:52:43 -0700 Subject: [PATCH] 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 --- .github/workflows/publish-pods.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/publish-pods.yml b/.github/workflows/publish-pods.yml index 1d337729c..e29b1540c 100644 --- a/.github/workflows/publish-pods.yml +++ b/.github/workflows/publish-pods.yml @@ -62,12 +62,6 @@ jobs: - name: Update Tutorial's 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 run: ./scripts/update-pod-versions.sh ./ ./docs/getting-started/ios-native.mdx