diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 74328ea..e2a462e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -52,6 +52,6 @@ jobs: - name: Publish # npm publish will trigger the build via the prepack hook - run: npm publish + run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_WOMBOT_TOKEN }}