Skip to content

Commit d737568

Browse files
FINALLY
1 parent ae7c690 commit d737568

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/fullBuild.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ jobs:
1919
run: git submodule update --init --recursive
2020
- name: Switch to full build branch and merge
2121
run: |
22-
git fetch --all
23-
git checkout full-build
24-
git merge origin/main
22+
git checkout -b full-build
23+
git merge main
2524
- name: Setup Node
2625
uses: actions/setup-node@v3
2726
with:
@@ -46,4 +45,4 @@ jobs:
4645
git config user.email [email protected]
4746
git add .
4847
git commit -m "Build from Github Actions"
49-
git push
48+
git push --force

0 commit comments

Comments
 (0)