We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da081e commit 64fc538Copy full SHA for 64fc538
.goreleaser.yml
@@ -135,3 +135,22 @@ winget:
135
owner: microsoft
136
name: winget-pkgs
137
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