Skip to content

Workflow file for this run

# This workflow will public Cocoapods and Docs
name: Release publisher
on:
release:
types: [published]
jobs:
publish-cocoapods:
name: 🥜 Publish Cocoapods
uses: ./.github/workflows/publich_podspec.yml
publish-docs:
name: 📝 Publish Docs
uses: ./.github/workflows/deploy-docs.yml

Check failure on line 16 in .github/workflows/post_release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/post_release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/post_release.yml" -> "./.github/workflows/deploy-docs.yml" (source tag with sha:6a79e7b8daf97fa38d625e84a034096bebbb76c7) : workflow is not reusable as it is missing a `on.workflow_call` trigger
publish-app:
name: 🚀 Publish Test App
uses: ./.github/workflows/publish-demo-app.yml