Skip to content

fix: use github app for updatecli GA workflow (#515) #340

fix: use github app for updatecli GA workflow (#515)

fix: use github app for updatecli GA workflow (#515) #340

name: Release Drafter
on:
workflow_dispatch:
push:
# branches to consider in the event; optional, defaults to all
branches:
- v2
jobs:
update_release_draft:
runs-on: ubuntu-20.04
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter.yaml
publish: startsWith(github.ref, "refs/tags")
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}