From 5dbce0125127f9446357a74fd4ff50773c36a3fa Mon Sep 17 00:00:00 2001 From: Preston Neal Date: Sat, 26 Aug 2023 14:13:02 -0700 Subject: [PATCH] fix workflow --- .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 e7a8a31..e4ad677 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,6 +17,6 @@ jobs: - run: 'npm ci' - run: 'npm run build' - - run: 'cd dist; npm publish' + - run: 'cd dist; npm publish --access public' env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}