Skip to content

chore: release v0.26.2 #129

chore: release v0.26.2

chore: release v0.26.2 #129

Workflow file for this run

name: Detect Release
on:
pull_request:
types: [closed]
branches: [main]
permissions:
contents: write
jobs:
programs:
if: |
github.event.pull_request.merged == true &&
startsWith(github.event.pull_request.head.ref, 'release/v')
uses: ./.github/workflows/publish.yml
secrets: inherit