Neil Sayers

Results 5 comments of Neil Sayers
trafficstars

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...

@colinhacks what would you like to see for something like this PR to be merged?