Skip to content

1.4.0

1.4.0 #30

name: Publish Cocoapods
on:
release:
types: [published]
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v5
- name: Lint Cocoapods
run: pod lib lint --allow-warnings
- name: Publish to Cocoapods registry
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
run: pod trunk push SwiftyRemoteConfig.podspec