Skip to content

Review comments (#1) #2

Review comments (#1)

Review comments (#1) #2

---
name: Release Drafter Action
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}