fix: create but don't switch to new branch
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
#id: update
|
||||
|
||||
- name: Create new branch
|
||||
run: git checkout -b add-new-release
|
||||
run: git branch add-new-release
|
||||
|
||||
- name: Update version number
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user