Skip to content

fix: cut v0.4.35 (pipeline test) (#76) #249

fix: cut v0.4.35 (pipeline test) (#76)

fix: cut v0.4.35 (pipeline test) (#76) #249

name: Release Drafter
on:
push:
branches: [main]
pull_request:
types: [opened, edited, reopened, synchronize]
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}