Fix typo
This commit is contained in:
parent
618fc1f7e1
commit
be69d3fa2b
2
.github/workflows/fork-sync.yml
vendored
2
.github/workflows/fork-sync.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
run: |
|
||||
for TAG in ${NEW_TAGS}; do
|
||||
git checkout -b release/${TAG} main
|
||||
git rebase -onto ${TAG} upstream/main
|
||||
git rebase --onto ${TAG} upstream/main
|
||||
done
|
||||
for TAG in ${NEW_TAGS}; do
|
||||
git push -u origin release/${TAG}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user