diff --git a/scripts/publish-openclaw-skills.js b/scripts/publish-openclaw-skills.js index d16b5bc..1df9d1d 100644 --- a/scripts/publish-openclaw-skills.js +++ b/scripts/publish-openclaw-skills.js @@ -56,7 +56,7 @@ for (const slug of slugs) { '--slug', slug, '--name', displayName(slug), '--version', version, - '--tag', 'latest', + '--tags', 'latest', ...passthrough, ]; const cmdline = args.map(quote).join(' ');