From 986897d6e1b270ba97bf226da2b7f9a10f73370b Mon Sep 17 00:00:00 2001 From: Thilo Haas Date: Thu, 8 Aug 2024 15:56:15 +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 e7fca07551e..ec414d8ae95 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 || exit 0 + run: git fetch upstream --tags || echo "" - name: Get latest tag from original repo id: get_latest_tag