Skip to content

Commit 3aec03f

Browse files
committed
Fix commit step in actions
1 parent 92f8d47 commit 3aec03f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
run: |
4848
git config --local user.email "action@github.com"
4949
git config --local user.name "GitHub Action"
50+
git pull origin maestro --rebase
5051
git add ./bin/hsa
5152
git commit -m "Add Ubuntu built binary [skip ci]"
5253
git push
@@ -56,6 +57,7 @@ jobs:
5657
run: |
5758
git config --local user.email "action@github.com"
5859
git config --local user.name "GitHub Action"
60+
git pull origin maestro --rebase
5961
git add ./bin/hsamac
6062
git commit -m "Add MacOS built binary [skip ci]"
6163
git push
@@ -65,6 +67,7 @@ jobs:
6567
run: |
6668
git config --local user.email "action@github.com"
6769
git config --local user.name "GitHub Action"
70+
git pull origin maestro --rebase
6871
git add ./bin/hsa.exe
6972
git commit -m "Add Windows built binary [skip ci]"
7073
git push

0 commit comments

Comments
 (0)