Skip to content

Commit

Permalink
finally fix update ci...
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyrAhmady committed Aug 17, 2024
1 parent 96e061f commit ef893c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
shell: bash
run: |
cd SDK
git fetch
git rebase origin/dev
git push || true
Expand All @@ -45,5 +46,6 @@ jobs:
shell: bash
run: |
cd Network
git fetch
git rebase origin/dev
git push || true

0 comments on commit ef893c7

Please sign in to comment.