From dbe43b9819f47e92367b3a223de0c24832677874 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Mon, 22 Jul 2024 23:24:07 +1200 Subject: [PATCH] =?UTF-8?q?chore(ci):=20Always=20exit=200=20=20?= =?UTF-8?q?=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95df03a..7fe2f92 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: /usr/local/bin/semantic-release --version-file \ --changelog .generated-go-semantic-release-changelog.md \ --hooks exec \ - --provider=gitea || exit + --provider=gitea; exit 0 env: GITEA_TOKEN: ${{ secrets.G_TOKEN }} GITEA_HOST: ${{ secrets.G_SERVER_URL}}