Skip to content

return number of active groups synced from sync all groups function. … #125

return number of active groups synced from sync all groups function. …

return number of active groups synced from sync all groups function. … #125

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 lib lint --allow-warnings
pod trunk push --allow-warnings
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}