Skip to content

set name to action

set name to action #2

Workflow file for this run

# This workflow release package on Cocoapods.
name: Release
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