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