Skip to content

chore(docs): #18 added screenshot of an example workflow with attache… #7

chore(docs): #18 added screenshot of an example workflow with attache…

chore(docs): #18 added screenshot of an example workflow with attache… #7

name: Release Drafter
on:
push:
branches:
- main
pull_request_target:
types:
- edited
- opened
- reopened
- synchronize
workflow_dispatch: {}
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: "Draft Release"
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}