Skip to content

build(deps-dev): bump semantic-release from 22.0.12 to 23.0.0 #60

build(deps-dev): bump semantic-release from 22.0.12 to 23.0.0

build(deps-dev): bump semantic-release from 22.0.12 to 23.0.0 #60

Workflow file for this run

name: "Workflow Dispatch"
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
call-lint:
name: "Lint"
uses: ./.github/workflows/lint.yml
call-build:
name: "Build"
uses: ./.github/workflows/build.yml
call-release:
name: "Release"
needs: [ call-lint, call-build ]
if: ${{ github.ref_protected == true }}
uses: ./.github/workflows/release.yml
secrets: inherit