fix: gitea release workflow (#22)

Creating release v0.4.0 failed

Reviewed-on: https://gitea.com/actions-oss/act-cli/pulls/22
Co-authored-by: ChristopherHX <christopher.homberger@web.de>
Co-committed-by: ChristopherHX <christopher.homberger@web.de>
This commit is contained in:
ChristopherHX
2026-01-31 23:24:09 +00:00
committed by ChristopherHX
parent 0cdc6fd88b
commit 13e0654fd7
2 changed files with 5 additions and 2 deletions

View File

@@ -28,9 +28,9 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --clean
args: release --clean -f ./.goreleaser.yml -f ./.goreleaser.gitea.yml
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN || github.token }}
GITEA_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN || github.token }}
- name: Winget
uses: vedantmgoyal2009/winget-releaser@v2
with:

3
.goreleaser.gitea.yml Normal file
View File

@@ -0,0 +1,3 @@
gitea_urls:
api: https://gitea.com/api/v1/
download: https://gitea.com/