Skip to content

Commit 42489fe

Browse files
authored
creating branch in the previous step conflicts (#1269)
the create pull request action expects to create its own branch rather than the previous step creating one
1 parent fb715f9 commit 42489fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/prepare_release_pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
git config user.name "github-actions"
2727
git config user.email "github-actions@github.com"
2828
29-
git checkout -b release/$newVer
3029
git commit -am "Release $newVer"
3130
3231
- name: Create Pull Request

0 commit comments

Comments
 (0)