File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed
Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -21,24 +21,10 @@ jobs:
2121 ref : master
2222 fetch-depth : 0
2323
24- # - name: Create and push to main
25- # run: |
26- # git checkout -b main
27- # git push origin main
28-
29- - name : Create and push to release-main branch
24+ - name : Create and push to main
3025 run : |
31- git checkout -b release-main
32- git push origin release-main
33-
34- - name : Raise PR from release-main to main
35- uses : peter-evans/create-pull-request@v5
36- with :
37- base : main
38- head : release-main
39- title : " Automated Release PR: release-main -> main"
40- body : " This PR contains the automated changes for the release process."
41- branch : pr-release-main-to-main
26+ git checkout -b main
27+ git push origin main
4228
4329 - name : Checkout release branch
4430 run : git checkout main
You can’t perform that action at this time.
0 commit comments