Skip to content

build: update apple developer account #170

build: update apple developer account

build: update apple developer account #170

Workflow file for this run

name: Release
on:
push:
branches:
- release/v*.*.* # macOS code-signing only works on `push` events and not `pull_request` events
permissions:
contents: read
jobs:
lint:
name: Lint App
uses: ./.github/workflows/lint.yml
tests:
name: Tests
uses: ./.github/workflows/test.yml
needs: lint
secrets: inherit
publish:
name: Publish
uses: ./.github/workflows/publish.yml

Check failure on line 24 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/publish.yml" (source branch with sha:30a0eac8b927a1271c60aaa3823f8d1bf8ee21bc) : You have an error in your yaml syntax on line 15
needs: tests
secrets: inherit
permissions:
contents: write