Skip to content

Merge pull request #165 from strangelookingnerd/patch-1 #118

Merge pull request #165 from strangelookingnerd/patch-1

Merge pull request #165 from strangelookingnerd/patch-1 #118

name: Release Drafter
on:
push:
branches:
- main
workflow_dispatch:
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}