Skip to content

fix: macos code signing #146

fix: macos code signing

fix: macos code signing #146

Workflow file for this run

name: Release
on:
push:
branches:
- release/v*.*.*
jobs:
lint:
name: Lint App
uses: ./.github/workflows/lint.yml
tests:
name: Tests
uses: ./.github/workflows/test.yml
needs: lint
release:
name: Release
uses: ./.github/workflows/release.yml

Check failure on line 20 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "./.github/workflows/release.yml" (source branch with sha:8aa241235e996ab85a5925184c8654f966190592) : workflow is not reusable as it is missing a `on.workflow_call` trigger
needs: tests
permissions:
contents: write