diff --git a/.github/workflows/cocoapods.yaml b/.github/workflows/cocoapods.yaml index 40cf599..0fb941e 100644 --- a/.github/workflows/cocoapods.yaml +++ b/.github/workflows/cocoapods.yaml @@ -20,7 +20,6 @@ jobs: pod-publish: needs: pod-lint - if: github.event_name == 'release' runs-on: macos-latest steps: - uses: actions/checkout@v3 @@ -32,7 +31,5 @@ jobs: env: COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }} run: | - # Ensure the version in podspec matches the release - ./scripts/update_podspec.sh # Push the podspec to trunk pod trunk push OpenFeature.podspec --allow-warnings --verbose