diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 1e40ac2..cae03dc 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -42,3 +42,10 @@ changelog: # Feel free to remove those if you don't want/use them. # yaml-language-server: $schema=https://goreleaser.com/static/schema.json # vim: set ts=2 sw=2 tw=0 fo=cnqoj + + +gitea_urls: + api: https://git.keks.cloud/api/v1 + download: https://git.keks.cloud + # set to true if you use a self-signed certificate + skip_tls_verify: false \ No newline at end of file