Skip to content

Update package.json #83

Update package.json

Update package.json #83

Workflow file for this run

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