Different config for gitea in .goreleaser.yml
This commit is contained in:
parent
15a0ca3224
commit
1fda61192f
@ -11,6 +11,9 @@ builds:
|
||||
- amd64
|
||||
- arm64
|
||||
|
||||
gitea_urls:
|
||||
api: https://git.behzadan.ir/api/v1/
|
||||
|
||||
# If you want to push the release to GitHub, configure the GitHub section.
|
||||
# You'll need a GitHub token with repo access stored in your environment as GITHUB_TOKEN.
|
||||
release:
|
||||
@ -20,8 +23,6 @@ release:
|
||||
gitea:
|
||||
owner: p
|
||||
name: minitmpl
|
||||
url: https://git.behzadan.ir
|
||||
token: "{{ .Env.GITEA_TOKEN }}" # Use the GITEA_TOKEN environment variable
|
||||
|
||||
# If you want to create archives (tar.gz for Linux/Darwin, zip for Windows)
|
||||
archives:
|
||||
|
Loading…
Reference in New Issue
Block a user