Skip to content

Create pr to update config branch on release publish #1

Create pr to update config branch on release publish

Create pr to update config branch on release publish #1

name: Release

Check failure on line 1 in .github/workflows/update_config_branch.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update_config_branch.yml

Invalid workflow file

(Line: 13, Col: 5): A sequence was not expected
on:
release:
types: [published]
jobs:
build-win:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: create pull request
run: gh pr create --base v4.x --head main --title "Bump v4.x branch on release publish"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}