Skip to content

Update README.md

Update README.md #17

name: Release Drafter
on:
push:
branches:
- main
workflow_dispatch: {}
jobs:
update_draft_release:
runs-on: ubuntu-latest
steps:
- uses: toolmantim/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}