Skip to content

Release

Release #19

Workflow file for this run

name: Release
on:
workflow_run:
workflows: ['CI']
types: [completed]
branches: [main]
permissions:
contents: write
pull-requests: write
jobs:
release:
if: github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
fetch-depth: 0
token: ${{ secrets.GH_PAT }}
- name: Create Release
uses: wgtechlabs/[email protected] # v1.6.0
with:
github-token: ${{ secrets.GH_PAT }}
monorepo: 'true'
monorepo-root-release: 'true'
unified-version: 'false'
change-detection: 'both'
per-package-changelog: 'true'
root-changelog: 'true'