From 6837a5a1ae94fa26159e5fdb6d9994728d7cdb0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Adem=20I=C5=9EIKLI?= Date: Thu, 19 Sep 2024 23:11:36 +0200 Subject: [PATCH] Fixed pipeline errors --- .github/workflows/auto-tag.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index 95f53f2..44086f5 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -26,6 +26,7 @@ jobs: run: echo ::set-output name=version::$(jq -r .version package.json) - name: Tag and push to GitHub + continue-on-error: true run: | git config --local user.email "i.ozguradem@gmail.com" git config --local user.name "Özgür Adem Işıklı"