Skip to content

Release

Release #12

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
- name: Create Release
uses: wgtechlabs/release-build-flow-action@140fc1588bdbf4a9e6fc992592f1f37a85a5404e # v1.4.2
with:
github-token: ${{ secrets.GH_PAT }}
monorepo: 'true'