From 77e81e20199547ad50f0cb327d1320b4a290a256 Mon Sep 17 00:00:00 2001 From: Paul Popus Date: Sat, 2 Sep 2023 23:26:40 +0300 Subject: [PATCH] Set publishing workflow to public --- .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 77109e6..3442331 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,6 +16,6 @@ jobs: - run: yarn install #- run: yarn test - run: yarn build - - run: yarn publish + - run: yarn publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}