Skip to content

Commit

Permalink
fix(git-action): merge main back to beta test
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Sep 17, 2024
1 parent e7b4959 commit 2bbed5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
publish_dir: coverage

merge-back-to-beta:
name: Update beta branch
needs: semantic-version
strategy:
matrix:
Expand All @@ -162,7 +163,7 @@ jobs:
- name: merge main back to beta
run: |
git fetch --unshallow
git checkout dev
git checkout beta
git pull
git merge --no-ff main -m "Auto-merge main back to beta"
git push

0 comments on commit 2bbed5d

Please sign in to comment.