From 64fc538a16de3f3feb96113dcb6e2185ba8e72d8 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Tue, 12 Aug 2025 15:40:13 +0200 Subject: [PATCH] build: publish deb and rpm to cloudsmith (#2362) --- .goreleaser.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 371caa7e..66ea3f15 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -135,3 +135,22 @@ winget: owner: microsoft name: winget-pkgs branch: master + +cloudsmiths: + - organization: "task" + repository: "task" + formats: + - deb + - rpm + - apk + distributions: + deb: + - "ubuntu/any-version" + - "debian/any-version" + rpm: + - "el/any-version" + - "fedora/any-version" + alpine: + - "alpine/any-version" + component: main + republish: true