diff --git a/.goreleaser.yml b/.goreleaser.yml index 1dffe3c..cc75a5c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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: