Skip to content

0.1.29

0.1.29 #81

Workflow file for this run

name: CocoaPod Publish
on:
release:
types: [published]
jobs:
build:
runs-on: [macos-latest]
steps:
- uses: actions/checkout@v1
- name: Install Cocoapods
run: gem install cocoapods
- name: Publish to Cocoapods
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
run: |
set -eo pipefail
pod lib lint --allow-warnings
pod trunk push roam-ios.podspec --allow-warnings