Skip to content

Update workflows to use Xcode 16 #14

Update workflows to use Xcode 16

Update workflows to use Xcode 16 #14

Workflow file for this run

name: Publish
on:
push:
tags:
- '*'
jobs:
publish_release:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- uses: maxim-lobanov/setup-xcode@v1
with:

Check failure on line 13 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
xcode-version: '16.0.0'
- name: Prepare
run: |
bundle update --bundler
bundle install
- name: Publish release
env:
SLACK_URL: ${{ secrets.SLACK_URL }}
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
GITHUB_API_TOKEN: ${{ secrets.GH_UIAS_TOKEN }}
run: bundle exec fastlane deploy