Skip to content

chore: migrate action from 16 -> 20 (#440) #181

chore: migrate action from 16 -> 20 (#440)

chore: migrate action from 16 -> 20 (#440) #181

Workflow file for this run

name: Draft Release
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Draft release notes
uses: release-drafter/release-drafter@09c613e259eb8d4e7c81c2cb00618eb5fc4575a7 # v5.25.0
env:
GITHUB_TOKEN: ${{ github.token }}