Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

chore(release): v1.0.0-beta.3 (#72) #11

chore(release): v1.0.0-beta.3 (#72)

chore(release): v1.0.0-beta.3 (#72) #11

name: Publish Cocoapods
on:
push:
tags:
- "v*.*.*"
jobs:
publish_cocoapods:
runs-on: macos-12
steps:
- name: Repository checkout
uses: actions/checkout@v3
- name: Deploy to Cocoapods
run: |
set -eo pipefail
pod lib lint --allow-warnings --verbose
pod trunk push --allow-warnings --verbose
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}