Skip to content

Commit 2bbed5d

Browse files
fix(git-action): merge main back to beta test
1 parent e7b4959 commit 2bbed5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ jobs:
142142
publish_dir: coverage
143143

144144
merge-back-to-beta:
145+
name: Update beta branch
145146
needs: semantic-version
146147
strategy:
147148
matrix:
@@ -162,7 +163,7 @@ jobs:
162163
- name: merge main back to beta
163164
run: |
164165
git fetch --unshallow
165-
git checkout dev
166+
git checkout beta
166167
git pull
167168
git merge --no-ff main -m "Auto-merge main back to beta"
168169
git push

0 commit comments

Comments
 (0)