From eb22043478fadf0945d9423042c7e2f36f73e192 Mon Sep 17 00:00:00 2001 From: guisea Date: Tue, 23 Apr 2024 10:12:57 +1200 Subject: [PATCH] Update .gitea/workflows/ci.yaml --- .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 3ff37f7..0b4233b 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 --no-ci + custom-arguments: --provider=gitea --no-ci=true env: GITEA_TOKEN: ${{ secrets.G_TOKEN }} GITEA_HOST: ${{ secrets.G_SERVER_URL}} \ No newline at end of file