Skip to content

Bump black from 24.4.1 to 24.4.2 in /.github/workflows #49

Bump black from 24.4.1 to 24.4.2 in /.github/workflows

Bump black from 24.4.1 to 24.4.2 in /.github/workflows #49

name: Draft a release note
on:
push:
branches:
- main
- master
jobs:
draft_release:
name: Release Drafter
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Run release-drafter
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}