Skip to content

update to 2.0.2

update to 2.0.2 #272

name: Release Drafter
on:
# Allow running it manually in case we forget to label a PR before merging
workflow_dispatch:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}