From 1eb3fd05e1e50eaa1aa7fe0983bd37a09213cf28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Aaron?= Date: Wed, 9 Aug 2023 14:04:38 +0200 Subject: [PATCH] fix: publish cmd --- .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 d9d4307..9ccae01 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,6 +28,6 @@ jobs: node-version: 18 registry-url: https://registry.npmjs.org/ - run: yarn install --frozen-lockfile - - run: npm publish + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} \ No newline at end of file