Update .gitea/workflows/ci.yaml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
Gitea Actions Demo / release (push) Failing after 12s

This commit is contained in:
2024-04-23 10:12:57 +12:00
parent 8410695b54
commit eb22043478

View File

@@ -56,7 +56,7 @@ jobs:
- uses: go-semantic-release/action@v1 - uses: go-semantic-release/action@v1
with: with:
# hooks: goreleaser # hooks: goreleaser
custom-arguments: --provider=gitea --no-ci custom-arguments: --provider=gitea --no-ci=true
env: env:
GITEA_TOKEN: ${{ secrets.G_TOKEN }} GITEA_TOKEN: ${{ secrets.G_TOKEN }}
GITEA_HOST: ${{ secrets.G_SERVER_URL}} GITEA_HOST: ${{ secrets.G_SERVER_URL}}