Skip to content

Commit 47e4496

Browse files
authored
Merge pull request #7 from Kuuuube/auto-update-config-branch
Fix workflow name and indentation
2 parents cf56546 + 287d04c commit 47e4496

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: Update Config Branch
22

33
on:
44
release:
@@ -9,8 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
permissions:
1111
contents: write
12-
steps:
13-
- name: create pull request
14-
run: gh pr create --base v4.x --head main --title "Bump v4.x branch on release publish"
15-
env:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12+
steps:
13+
- name: create pull request
14+
run: gh pr create --base v4.x --head main --title "Bump v4.x branch on release publish"
15+
env:
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)