Skip to content

Test without any push filter #1

Test without any push filter

Test without any push filter #1

name: Publish SDK to CocoaPods
on:
push:
jobs:
publish:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- name: Install Cocoapods
run: gem install cocoapods
# - name: Deploy to Cocoapods
# run: |
# set -eo pipefail
# pod lib lint --allow-warnings
# pod trunk push --allow-warnings
# env:
# COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}