Skip to content

⬆️ Bump json from 2.8.2 to 2.9.0 (#2836) #1984

⬆️ Bump json from 2.8.2 to 2.9.0 (#2836)

⬆️ Bump json from 2.8.2 to 2.9.0 (#2836) #1984

name: Release Drafter
on:
push:
branches:
- master
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/[email protected]
with:
token: ${{ secrets.RELDRAFTER_TOKEN }}