From 958902b2e265af4110e0c38e372b809baf8ad23d Mon Sep 17 00:00:00 2001 From: Thilo Haas Date: Thu, 8 Aug 2024 15:54:57 +0200 Subject: [PATCH] Update fork-sync.yml --- .github/workflows/fork-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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