Skip to content

Merge pull request #25 from themadprofessor/local_and_version #52

Merge pull request #25 from themadprofessor/local_and_version

Merge pull request #25 from themadprofessor/local_and_version #52

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