From 7fe68e74bc902662e6c1aedb50a2fc97d6c9a299 Mon Sep 17 00:00:00 2001 From: Francesco Destefano Date: Tue, 2 Jun 2026 23:56:50 -0500 Subject: [PATCH] Release v1.0.0 #major --- .goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 2fb11f4..4038d28 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -74,8 +74,8 @@ uploads: - name: gitea method: PUT mode: binary - target: https://git.destefano.cloud/api/packages/fdestefano/generic/{{ .ProjectName }}/{{ .Version }}_{{ .Os }}_{{ .Arch }}/{{ .ArtifactName }} - username: texasmade + target: https://git.destefano.cloud/api/packages/texasmade/generic/{{ .ProjectName }}/{{ .Version }}_{{ .Os }}_{{ .Arch }}/{{ .ArtifactName }} + username: fdestefano # Password/token comes from the env var {NAME}_SECRET -> GITEA_SECRET. custom_headers: Content-Type: application/octet-stream