From 01767cb78d3a4a1e0d79762163bca5cfc8a85998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20D=C3=B6ll?= Date: Wed, 6 Nov 2024 09:38:42 +0000 Subject: [PATCH] chore: publish in public --- .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 8badecb..d1bd57b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: - run: npm version ${TAG_NAME} --git-tag-version=false env: TAG_NAME: ${{ github.event.release.tag_name }} - - run: npm whoami; npm --ignore-scripts publish --allow-same-version + - run: npm whoami; npm --ignore-scripts publish --allow-same-version --access public env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} - uses: actions/upload-pages-artifact@v3