Skip to content

Merge pull request #564 from Wei18/feat/github-actions/deploy-cocoapods #1

Merge pull request #564 from Wei18/feat/github-actions/deploy-cocoapods

Merge pull request #564 from Wei18/feat/github-actions/deploy-cocoapods #1

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
- run: |
set -eo pipefail
pod lib lint --allow-warnings
pod trunk push --allow-warnings