Skip to content

Update ActionSheetPicker-3.0.podspec #2

Update ActionSheetPicker-3.0.podspec

Update ActionSheetPicker-3.0.podspec #2

Workflow file for this run

name: Deploy Cocoapods
on:
push:
paths:
- 'ActionSheetPicker-3.0.podspec'
jobs:
deploy:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- run: gem install cocoapods
- env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
run: |
set -eo pipefail
pod lib lint --allow-warnings
pod trunk push --allow-warnings