diff --git a/.github/workflows/publish-npm.yaml b/.github/workflows/publish-npm.yaml index d316657d6..faaa9cbab 100644 --- a/.github/workflows/publish-npm.yaml +++ b/.github/workflows/publish-npm.yaml @@ -42,7 +42,7 @@ jobs: GITHUB_REF: ${{ github.ref }} - name: Publish to NPM - run: yarn publish --new-version ${GITHUB_REF#refs/tags/v} --tag ${{ steps.determine-npm-tag.outputs.NPM_TAG }} --no-git-tag-version + run: yarn publish --new-version ${GITHUB_REF#refs/tags/v} --tag ${{ steps.determine-npm-tag.outputs.NPM_TAG }} --no-git-tag-version --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} GITHUB_REF: ${{ github.ref }}