Skip to content

Cocoapods Release Instructions #1

Cocoapods Release Instructions

Cocoapods Release Instructions #1

name: Cocoapods Release Instructions
on:
push:
tags:
- v*.*.*
- v*.*.*-rc.*
jobs:
cocoapods-release-instructions:
runs-on: ubuntu-latest
# runs-on: macos-13
# env:
# DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
steps:
- uses: actions/checkout@v4
- name: Deploy Cocoapods
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
run: |
echo "PLEASE DO IT MANUALLY, automation is mostly always fails cause of the token issue."
echo "pod trunk push VSCCrypto.podspec"
echo "pod trunk push --synchronous VirgilCryptoFoundation.podspec"
echo "pod trunk push --synchronous VirgilCryptoPythia.podspec"
echo "pod trunk push --synchronous VirgilCryptoRatchet.podspec"