Skip to content

version 0.0.52

version 0.0.52 #47

Workflow file for this run

name: CI
on:
push:
tags:
- '*'
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Publish to CocoaPods
run: |
pod trunk push --allow-warnings Rio.podspec
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}