Skip to content

4.20.0

4.20.0 #36

Workflow file for this run

name: Push Podspecs
on:
release:
types: [published]
workflow_dispatch:
jobs:
push-podspecs:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Bootstrap Project
uses: ./.github/actions/bootstrap-project
- name: Push Specs
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
run: source Scripts/PushPodspecs.sh