Skip to content

Bump vm2 from 3.9.14 to 3.9.18 (#2509) #4

Bump vm2 from 3.9.14 to 3.9.18 (#2509)

Bump vm2 from 3.9.14 to 3.9.18 (#2509) #4

name: Release Drafter
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
jobs:

Check failure on line 10 in .github/workflows/release-drafter-json.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-drafter-json.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
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/release-drafter@v5
with:
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
config-name: release-drafter/json-config.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}