Skip to content

Build(deps-dev): Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory #54

Build(deps-dev): Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory

Build(deps-dev): Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory #54

name: Release Drafter
permissions:
contents: write
pull-requests: write
on:
push:
branches:
- main
- master
pull_request: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}