Skip to content

Commit

Permalink
try new version
Browse files Browse the repository at this point in the history
  • Loading branch information
vovkman committed Nov 15, 2024
1 parent ac815d4 commit 8f4ad8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
run: git remote add upstream https://github.com/rpcpool/yellowstone-grpc
- name: Fetch upstream
run: git fetch --all --tags
- name: pull origin
run: git pull origin master
- name: rebase master
run: git pull upstream master --rebase
- name: pull origin
run: git pull origin master
- name: push all
run: git push origin --all
- name: push tags
Expand Down

0 comments on commit 8f4ad8c

Please sign in to comment.