fix: cloudsmith and add docs (#2383)

This commit is contained in:
Valentin Maerten
2025-09-03 19:59:06 +02:00
committed by GitHub
parent 6289fcf34c
commit 51a3bcaacd
2 changed files with 75 additions and 42 deletions

View File

@@ -156,19 +156,17 @@ npms:
cloudsmiths:
- organization: "task"
repository: "task"
repository: "{{if not .IsNightly}}task{{end}}"
formats:
- deb
- rpm
- apk
distributions:
# deb:
# - "ubuntu/any-version"
# - "debian/any-version"
deb:
- "any-distro/any-version"
rpm:
- "el/any-version"
- "fedora/any-version"
- "any-distro/any-version"
alpine:
- "alpine/any-version"
component: "{{if .IsNightly}}unstable{{else}}main{{end}}"
component: main
republish: true