Skip to content

build(deps): bump crazy-max/ghaction-github-labeler from 4.1.0 to 5.0.0 #16

build(deps): bump crazy-max/ghaction-github-labeler from 4.1.0 to 5.0.0

build(deps): bump crazy-max/ghaction-github-labeler from 4.1.0 to 5.0.0 #16

Workflow file for this run

name: Update Draft Release
on: push
jobs:
draft-release:
name: Update Draft Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Publish the release notes
uses: release-drafter/release-drafter@v5.24.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}