Skip to content

Commit 64fc538

Browse files
authored
build: publish deb and rpm to cloudsmith (#2362)
1 parent 4da081e commit 64fc538

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.goreleaser.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,22 @@ winget:
135135
owner: microsoft
136136
name: winget-pkgs
137137
branch: master
138+
139+
cloudsmiths:
140+
- organization: "task"
141+
repository: "task"
142+
formats:
143+
- deb
144+
- rpm
145+
- apk
146+
distributions:
147+
deb:
148+
- "ubuntu/any-version"
149+
- "debian/any-version"
150+
rpm:
151+
- "el/any-version"
152+
- "fedora/any-version"
153+
alpine:
154+
- "alpine/any-version"
155+
component: main
156+
republish: true

0 commit comments

Comments
 (0)