We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7c690 commit d737568Copy full SHA for d737568
.github/workflows/fullBuild.yml
@@ -19,9 +19,8 @@ jobs:
19
run: git submodule update --init --recursive
20
- name: Switch to full build branch and merge
21
run: |
22
- git fetch --all
23
- git checkout full-build
24
- git merge origin/main
+ git checkout -b full-build
+ git merge main
25
- name: Setup Node
26
uses: actions/setup-node@v3
27
with:
@@ -46,4 +45,4 @@ jobs:
46
45
git config user.email [email protected]
47
git add .
48
git commit -m "Build from Github Actions"
49
- git push
+ git push --force
0 commit comments