fix: use --tags (not --tag) for clawhub skill publish (#277)

This commit is contained in:
DietrichGebert
2026-06-23 23:12:19 +02:00
committed by GitHub
parent 88be9caee7
commit 8cff216b14
+1 -1
View File
@@ -56,7 +56,7 @@ for (const slug of slugs) {
'--slug', slug, '--slug', slug,
'--name', displayName(slug), '--name', displayName(slug),
'--version', version, '--version', version,
'--tag', 'latest', '--tags', 'latest',
...passthrough, ...passthrough,
]; ];
const cmdline = args.map(quote).join(' '); const cmdline = args.map(quote).join(' ');