Skip to content

chore: update nodejs.yml #21

chore: update nodejs.yml

chore: update nodejs.yml #21

name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
with:
disable-releaser: false
disable-autolabeler: true