Skip to content

chore(main): release [skip build] #7

chore(main): release [skip build]

chore(main): release [skip build] #7

Workflow file for this run

name: Release
on:
pull_request:
branches:
- main
types:
- closed
jobs:
release:
name: Release
# Only run from a merged release PR
if: |-
${{ github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'autorelease: pending') }}
concurrency:
group: release
cancel-in-progress: false
uses: ./.github/workflows/release-please.yaml
secrets: inherit
with:
config-file: release-please-config.json
manifest-file: .release-please-manifest.json