Skip to content

1.1.0

1.1.0 #88

Workflow file for this run

name: Publish iOS SDK
on:
pull_request:
types: [closed]
jobs:
build:
if: github.event.pull_request.merged == true && contains(github.event.pull_request.head.ref, "release")

Check failure on line 11 in .github/workflows/fastlane.yml

View workflow run for this annotation

GitHub Actions / Publish iOS SDK

Invalid workflow file

The workflow is not valid. .github/workflows/fastlane.yml (Line: 11, Col: 9): Unexpected symbol: '"release"'. Located at position 90 within expression: github.event.pull_request.merged == true && contains(github.event.pull_request.head.ref, "release")
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
name: Checkout
- name: Select Xcode Version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Create SDK Release
id: create_release
uses: avakar/tag-and-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
with:
tag_name: ${{ github.event.pull_request.title }}
release_name: ${{ github.event.pull_request.title }}
body: |
draft: false
prerelease: false
- name: Push cocoapods version
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
run: |
pod trunk push ViafouraCore.podspec