Skip to content

Bump abatilo/actions-poetry from 3.0.0 to 3.0.1 #130

Bump abatilo/actions-poetry from 3.0.0 to 3.0.1

Bump abatilo/actions-poetry from 3.0.0 to 3.0.1 #130

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 }}