From b4a56b976dfe067a65040644832746dd9ee35771 Mon Sep 17 00:00:00 2001 From: Pieter Wigboldus Date: Fri, 19 Apr 2024 12:04:19 +0200 Subject: [PATCH] Fix the publish script --- .github/workflows/npmpublish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index ad5306f..0756c4b 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -26,6 +26,6 @@ jobs: registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run build --if-present - - run: npm publish + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.npm_token}}