diff --git a/.github/workflows/update_config_branch.yml b/.github/workflows/update_config_branch.yml index 412520c..9b803c0 100644 --- a/.github/workflows/update_config_branch.yml +++ b/.github/workflows/update_config_branch.yml @@ -1,4 +1,4 @@ -name: Release +name: Update Config Branch on: release: @@ -9,8 +9,8 @@ jobs: 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 }} + 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 }}