Skip to content

Merge pull request #88 from chargebee/remove-prerequisits #65

Merge pull request #88 from chargebee/remove-prerequisits

Merge pull request #88 from chargebee/remove-prerequisits #65

Workflow file for this run

name: Publish
on:
push:
branches:
- 'master'
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Install Cocoapods
run: gem install cocoapods
- name: Deploy to Cocoapods
run: |
set -eo pipefail
pod spec lint Chargebee.podspec --allow-warnings
pod trunk push Chargebee.podspec --allow-warnings
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}