Skip to content

release-drafter: On workflow_dispatch instead of workflow_call #57

release-drafter: On workflow_dispatch instead of workflow_call

release-drafter: On workflow_dispatch instead of workflow_call #57

name: Release Drafter
on:
workflow_dispatch:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
release-drafter:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
- uses: release-drafter/release-drafter@c2e2804cc59f45f57076a99af580d0fedb697927 # v7.3.0