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