Skip to content

fix: macos code signing #148

fix: macos code signing

fix: macos code signing #148

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: Publish
uses: ./.github/workflows/publish.yml
needs: tests
permissions:
contents: write