chore: fix publish command in workflow [skip ci]

This commit is contained in:
Antonella Sgarlatta
2026-08-18 12:46:05 -03:00
parent 5089a93011
commit b615ddd317
+1 -1
View File
@@ -276,7 +276,7 @@ jobs:
fi
echo "Publishing ${PACKAGE} (${TAGS[0]})..."
yarn workspace "$PACKAGE" npm publish --access public --registry https://registry.npmjs.org
yarn workspace "$PACKAGE" npm publish --access public
publish-docker:
name: Publish to Docker Hub