From ef893c74e10fb67abd9e82b0e266a66327a7e903 Mon Sep 17 00:00:00 2001 From: iAmir Date: Sat, 17 Aug 2024 13:07:09 +0330 Subject: [PATCH] finally fix update ci... --- .github/workflows/update-sdk.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-sdk.yml b/.github/workflows/update-sdk.yml index 1d60a2b6c..e022e4c6d 100644 --- a/.github/workflows/update-sdk.yml +++ b/.github/workflows/update-sdk.yml @@ -24,6 +24,7 @@ jobs: shell: bash run: | cd SDK + git fetch git rebase origin/dev git push || true @@ -45,5 +46,6 @@ jobs: shell: bash run: | cd Network + git fetch git rebase origin/dev git push || true