From 83b24a6d909a492480af6c6a801c60388720516b Mon Sep 17 00:00:00 2001 From: r2dev2 Date: Tue, 4 Apr 2023 20:49:06 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=A6=20need=20--access=3Dpublic=20for?= =?UTF-8?q?=20scoped=20packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 075eaec..2220a67 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,6 +15,6 @@ jobs: cache: 'yarn' - run: yarn - run: yarn build - - run: npm publish + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}