Skip to content

Release

Release #24

Workflow file for this run

name: Release
on:
# Manual trigger from the Github Actions tab
workflow_dispatch:
env:
GITHUB_TOKEN: ${{ secrets.GITHUBSERVICETOKEN }}
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
jobs:
release-adapter:
runs-on: macos-latest
steps:
- name: Setup Xcode version
uses: maxim-lobanov/[email protected]
with:
xcode-version: '15.3' # Google Mobile Ads SDK requires Xcode 15.3 starting in version 11.6.0
- name: Release adapter
uses: chartboost/chartboost-mediation-ios-actions/release-adapter@v1
with:
allow-warnings: true