From 1fda61192f7b7ef522e6b19d149b6e617b3cdbea Mon Sep 17 00:00:00 2001 From: Reza Behzadan Date: Thu, 15 Feb 2024 18:55:53 +0330 Subject: [PATCH] Different config for gitea in `.goreleaser.yml` --- .goreleaser.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: