Skip to content

Only handle notifying discord in webhook #520

Only handle notifying discord in webhook

Only handle notifying discord in webhook #520

name: Release Drafter
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release_draft:
permissions:
# write permission is required to create a github release
contents: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: release-config.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}