Skip to content

fix: instantiate new instance of phase for every plugin run in scala 3 #204

fix: instantiate new instance of phase for every plugin run in scala 3

fix: instantiate new instance of phase for every plugin run in scala 3 #204

name: Release Drafter
on:
push:
branches:
- master
jobs:
update_release_draft:
runs-on: ubuntu-20.04
permissions:
contents: write
pull-requests: write
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}