Skip to content

Let's try this

Let's try this #5

Workflow file for this run

name: Draft Release
on:
push:
branches:
- main
jobs:
update-draft-release:
if: "!contains(github.event.head_commit.message, '[no-release-draft]')"
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}