From 6287d0ef93b11e87dca9af019df1ec589aa7fce5 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Tue, 23 Apr 2024 09:26:13 +1200 Subject: [PATCH] =?UTF-8?q?fix:=20Add=20"--no-ci"=20fix=20build=20=20?= =?UTF-8?q?=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 94e9abc..3ff37f7 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -56,7 +56,7 @@ jobs: - uses: go-semantic-release/action@v1 with: # hooks: goreleaser - custom-arguments: --provider=gitea + custom-arguments: --provider=gitea --no-ci env: GITEA_TOKEN: ${{ secrets.G_TOKEN }} GITEA_HOST: ${{ secrets.G_SERVER_URL}} \ No newline at end of file