fix: use --tags (not --tag) for clawhub skill publish
This commit is contained in:
@@ -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(' ');
|
||||||
|
|||||||
Reference in New Issue
Block a user