From 88d2920b0652b87dbae3edc6b6aa3f161f2e7478 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Fri, 7 Mar 2025 12:10:32 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20ci:=20`npm=20publish`=20access?= =?UTF-8?q?=20to=20public=20for=20`data-schemas`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/data-schemas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/data-schemas.yml b/.github/workflows/data-schemas.yml index 4cead540eb..b10d043e87 100644 --- a/.github/workflows/data-schemas.yml +++ b/.github/workflows/data-schemas.yml @@ -29,6 +29,6 @@ jobs: registry-url: 'https://registry.npmjs.org' - run: cd packages/data-schemas && npm ci - run: cd packages/data-schemas && npm run build - - run: cd packages/data-schemas && npm publish + - run: cd packages/data-schemas && npm publish --access=public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}