From bc5de5b1b892ea1a243f7d9576a33c0fc9dfb62f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Augusto=20Elesb=C3=A3o?= Date: Fri, 25 Aug 2023 13:38:03 +0200 Subject: [PATCH] ci: provide public access to publish the pkg Scoped packages are private and paid by default. --- .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 8a11cb2..b8473eb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,6 +16,6 @@ jobs: registry-url: "https://registry.npmjs.org" - run: npm ci - run: npm run build - - run: npm publish + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}