Neil Sayers
Neil Sayers
Thanks for the response. I'm using the master branch. I'll try the next one tomorrow.
Same thing happens in the next one too.
@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...