Skip to content

Bump abatilo/actions-poetry from 2.2.0 to 2.3.0 #45

Bump abatilo/actions-poetry from 2.2.0 to 2.3.0

Bump abatilo/actions-poetry from 2.2.0 to 2.3.0 #45

name: Draft release note
on:
push:
branches:
- main
pull_request:
jobs:
draft_release:
name: Release Drafter
runs-on: ubuntu-latest
steps:
- name: Run release-drafter
uses: release-drafter/release-drafter@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}