From e778753fece5146c094c43544d74850c052c6633 Mon Sep 17 00:00:00 2001 From: Stuart Herbert Date: Fri, 5 Apr 2024 11:19:10 +0100 Subject: [PATCH] Fix: force NPM to publish the package as public --- .github/workflows/npmpublish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 2e90df7..9027b85 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -27,6 +27,6 @@ jobs: - run: npm run cover env: CI: true - - run: npm publish + - run: npm publish --access public env: - NODE_AUTH_TOKEN: ${{secrets.npm_token}} \ No newline at end of file + NODE_AUTH_TOKEN: ${{secrets.npm_token}}