diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 9266820ac3..a070128f4b 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -39,6 +39,6 @@ jobs: - run: cp LICENSE build/LICENSE - run: cp README.md build/README.md - run: jq 'del(.devDependencies) | del(.scripts)' package.json > build/package.json - - run: npm publish ./build + - run: npm publish ./build --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}} diff --git a/jq.exe b/jq.exe new file mode 100644 index 0000000000..cf9f37e4bc Binary files /dev/null and b/jq.exe differ