Skip to content

chore: remove snapshot tests; fix deprecation errors for outdated pac… #226

chore: remove snapshot tests; fix deprecation errors for outdated pac…

chore: remove snapshot tests; fix deprecation errors for outdated pac… #226

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@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 # v6.0.0
env:
GITHUB_TOKEN: ${{ github.token }}