From eb21aa8e112419ce95fa21951956d4efcbd16bfc Mon Sep 17 00:00:00 2001 From: Aidan McPhelim Date: Thu, 23 Nov 2023 11:13:13 +0000 Subject: [PATCH] specify public release in npm publish --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14246a7..1e727d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,4 +29,5 @@ jobs: - name: Publish uses: JS-DevTools/npm-publish@v3 with: - token: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + token: ${{ secrets.NPM_TOKEN }} + access: public \ No newline at end of file