Skip to content

chore(release): bump to 2.6.0 #15

chore(release): bump to 2.6.0

chore(release): bump to 2.6.0 #15

Workflow file for this run

name: 'Publish CocoaPods'
on:
push:
tags:
- '[0-9]+\.*'
jobs:
publish:
name: Publish CocoaPods
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Publish
run: |
pod spec lint
pod trunk push
env:
COCOAPODS_TRUNK_TOKEN: "${{ secrets.COCOAPODS_TRUNK_TOKEN }}"