From b550f13361aeb20f3d2f366d838d0d1a720e0121 Mon Sep 17 00:00:00 2001 From: Micha de Vries Date: Tue, 13 Aug 2024 15:51:58 +0200 Subject: [PATCH] fix publish (#103) --- .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 c8771e9..cd7fed8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,6 +33,6 @@ jobs: - name: "Build & Bundle" run: npm run build - name: "Publish!" - run: npm publish + run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}