diff --git a/.github/workflows/fork-sync.yml b/.github/workflows/fork-sync.yml index b777c549d21..e7fca07551e 100644 --- a/.github/workflows/fork-sync.yml +++ b/.github/workflows/fork-sync.yml @@ -34,7 +34,7 @@ jobs: run: git remote add upstream https://github.com/ionic-team/stencil.git - name: Fetch original repository tags - run: git fetch upstream --tags || true + run: git fetch upstream --tags || exit 0 - name: Get latest tag from original repo id: get_latest_tag