Skip to content

fix: macos code signing #147

fix: macos code signing

fix: macos code signing #147

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:799e156adfe6636c0a0cd9d6f2d8b62a0e0205b6) : workflow is not reusable as it is missing a `on.workflow_call` trigger
needs: tests
permissions:
contents: write