From 742d93f5470bf03a516344537e3b98e109404e02 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Mon, 22 Apr 2024 16:44:36 +1200 Subject: [PATCH] fix: Try use gitea plugin --- .gitea/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 0096588..81bb986 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -49,12 +49,13 @@ jobs: - run: | mkdir -p .semrel/$(go env GOOS)_$(go env GOARCH)/providers-gitea/1.0.1/ && \ wget https://github.com/cybercinch/go-semantic-release-provider-gitea/releases/download/v1.0.1/go-semantic-release-provider-gitea_v1.0.1_linux_amd64 \ - -O .semrel/$(go env GOOS)_$(go env GOARCH)/providers-gitea/1.0.1/gitea &&\ + -O .semrel/$(go env GOOS)_$(go env GOARCH)/providers-gitea/1.0.1/gitea && \ chmod a+x .semrel/$(go env GOOS)_$(go env GOARCH)/providers-gitea/1.0.1/gitea + - uses: go-semantic-release/action@v1 with: # hooks: goreleaser - providers: gitea + custom-arguments: --provider=gitea env: GITEA_TOKEN: ${{ secrets.G_TOKEN }} GITEA_HOST: ${{ secrets.G_SERVER_URL}} \ No newline at end of file