diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7d0104e..4fd86d7f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,6 +93,7 @@ jobs: git config --global user.name "Actions User" git config --global user.email "actions@github.com" + git fetch origin master && git checkout master git add repo.json git commit -m "[CI] Updating repo.json for ${{ github.ref }}" || true