From b615ddd31751d1981de60ddb6ff136e9249ec0d1 Mon Sep 17 00:00:00 2001 From: Antonella Sgarlatta Date: Tue, 18 Aug 2026 12:46:05 -0300 Subject: [PATCH] chore: fix publish command in workflow [skip ci] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bdf509067..40e73ca66 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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