From ca88d954fcb407a7d6d73787e94cc6f7d20b0666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 30 Dec 2020 22:39:39 +0100 Subject: [PATCH] npm public access --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e510f05..bf0595c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,6 +12,6 @@ jobs: node-version: '12.x' registry-url: 'https://registry.npmjs.org' - run: npm install - - run: npm publish + - run: npm publish --access=public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}