Skip to content

Commit 38892e8

Browse files
rollback workflow.yml to directly push to main
1 parent ac78140 commit 38892e8

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)