Skip to content

Chore: add e2e tests for "no choices" behavior to match v10 #93

Chore: add e2e tests for "no choices" behavior to match v10

Chore: add e2e tests for "no choices" behavior to match v10 #93

name: Release drafter
on:
push:
branches: [ main ]
jobs:
update-draft-release:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}