Skip to content

chore(deps-dev): bump http-proxy-middleware from 2.0.7 to 2.0.9 (#57) #63

chore(deps-dev): bump http-proxy-middleware from 2.0.7 to 2.0.9 (#57)

chore(deps-dev): bump http-proxy-middleware from 2.0.7 to 2.0.9 (#57) #63

name: Release Drafter
on:
workflow_dispatch:
push:
# branches to consider in the event; optional, defaults to all
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-20.04
steps:
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}