From dfad03d53700e903bc8a8ca0d853742ba80d0c42 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Fri, 16 Feb 2024 17:01:06 +0800 Subject: [PATCH] chore: refactor configuration and CI settings - Update Gitea URLs in the `.goreleaser.yaml` configuration from `gitea.mediatek.inc` to `gitea.com` Signed-off-by: Bo-Yi Wu --- .goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 5bc7639..6114c01 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -56,5 +56,5 @@ changelog: - typo gitea_urls: - api: https://gitea.mediatek.inc/api/v1 - download: https://gitea.mediatek.inc + api: https://gitea.com/api/v1 + download: https://gitea.com