Skip to content

Bump the npm-development group with 8 updates (#4) #2

Bump the npm-development group with 8 updates (#4)

Bump the npm-development group with 8 updates (#4) #2

name: Release Drafter
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write # to create a github release
pull-requests: read
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update Release Draft
uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}