Skip to content

fix(publish): revert to semantic-release #39

fix(publish): revert to semantic-release

fix(publish): revert to semantic-release #39

Workflow file for this run

name: Release
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yml
build:
uses: ./.github/workflows/build.yml
test:
uses: ./.github/workflows/test.yml
secrets: inherit
publish:
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next'
# needs:
# - lint
# - build
# - test
uses: ./.github/workflows/publish.yml
secrets: inherit