Skip to content

Update deploy.yml

Update deploy.yml #12

Workflow file for this run

name: DEPLOY
on:
push:
tags:
- '*'
jobs:
Deploy_To_Cocoapods:
runs-on: macOS-14
steps:
- uses: actions/checkout@v4
- name: deploy_to_cocoapods
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
run: |
set -eo pipefail
export BUMP_VERSION=$(git describe --tags `git rev-list --tags --max-count=1`)
pod --version
pod lib lint --allow-warnings --verbose
pod trunk push --allow-warnings --verbose