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