Skip to content

chore(deps): bump ajv from 6.12.6 to 6.14.0 #102

chore(deps): bump ajv from 6.12.6 to 6.14.0

chore(deps): bump ajv from 6.12.6 to 6.14.0 #102

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-latest
steps:
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}