From ebd507771c226a4a88813bd82cd5b3b38bfec83d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20Sander?= Date: Sat, 2 Sep 2023 22:24:38 +0200 Subject: [PATCH] fix: Publish to npm public package Default is private when pkg name is scoped --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5080637..01a4290 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -121,3 +121,5 @@ jobs: uses: JS-DevTools/npm-publish@v2 with: token: ${{ secrets.NPM_PUBLISH_TOKEN }} + access: public + strategy: all