Skip to content

Fix the npm issue(no dependencies in package.json) (#185) #140

Fix the npm issue(no dependencies in package.json) (#185)

Fix the npm issue(no dependencies in package.json) (#185) #140

name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter-config.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}