Skip to content

Created release workflow #1

Created release workflow

Created release workflow #1

Workflow file for this run

# This workflow release package on Cocoapods.
name: CI
on:
push:
branches:
- master
jobs:
build:
runs-on: macOS-latest
steps:

Check failure on line 13 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

You have an error in your yaml syntax on line 13
- uses: actions/checkout@v1
- name: Publish to CocoaPod register
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
run: |
pod trunk push RichEditorSwiftUI.podspec