Skip to content

v4.4.0

v4.4.0 #39

Workflow file for this run

name: Cocoapods
on:
release:
types: [published]
jobs:
publish:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Deploy to Cocoapods
run: |
set -eo pipefail
pod trunk push GrowingAnalytics.podspec --verbose --allow-warnings
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.GIOSDK_COCOAPODS_TRUNK_TOKEN }}