3.0.10 #4
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Swift | |
on: | |
release: | |
types: [created] | |
env: | |
COCOAPODS_TRUNK_TOKEN: ${{ secrets.POD_TOKEN }} | |
jobs: | |
build: | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install Cocoapods | |
run: gem install cocoapods | |
- name: Cocoapods push PianoAnalytics | |
run: pod trunk push PianoAnalytics.podspec | |
- name: Cocoapods push PianoAnalytics-AppExtension | |
run: pod trunk push PianoAnalytics-AppExtension.podspec |