Skip to content

bugfix: update authority validation to use Authority type in Incremen… #141

bugfix: update authority validation to use Authority type in Incremen…

bugfix: update authority validation to use Authority type in Incremen… #141

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