Neil Sayers

Results 4 comments of Neil Sayers

Thanks for the response. I'm using the master branch. I'll try the next one tomorrow.

@rankarpan any chance this could get a review? who is maintaining this repository nowadays?

eventually got mine working (with a user-scoped public package) like this ``` - name: Publish env: NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} run: | echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc echo "@{PUT_YOUR_SCOPE_HERE}:registry=https://registry.npmjs.org/" >> ~/.npmrc...