Skip to content

Merge pull request #51 from xmtp/cv/libxmtp-4a572e8 #16

Merge pull request #51 from xmtp/cv/libxmtp-4a572e8

Merge pull request #51 from xmtp/cv/libxmtp-4a572e8 #16

name: deploy_to_cocoapods
on:
push:
tags:
- '*'
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- name: Install Cocoapods
run: gem install cocoapods
- name: Deploy to Cocoapods
run: |
set -eo pipefail
pod spec lint LibXMTP.podspec --allow-warnings
pod trunk push LibXMTP.podspec --allow-warnings
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}