From 2086bd016bd42942fb4881ad997a3b491c46ae83 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Tue, 23 Jul 2024 08:59:28 +1200 Subject: [PATCH] =?UTF-8?q?chore(ci):=20Please=20exit=20without=20error=20?= =?UTF-8?q?=20=F0=9F=90=9B?= 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 7fe2f92..c51638b 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 0 + --provider=gitea || exit 0 env: GITEA_TOKEN: ${{ secrets.G_TOKEN }} GITEA_HOST: ${{ secrets.G_SERVER_URL}}