diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index 435da017..10ff26d9 100644 --- a/.github/workflows/test_release.yml +++ b/.github/workflows/test_release.yml @@ -77,7 +77,10 @@ jobs: git config --global user.name "Actions User" git config --global user.email "actions@github.com" - git fetch origin master && git fetch origin test && git branch -f test origin/master && git checkout test + git fetch origin master + git fetch origin test + git branch -f test origin/master + git checkout test git add repo.json git commit -m "[CI] Updating repo.json for ${{ github.ref }}" || true