I added a GitHub workflow to automatically publish whenever master is updated. It requires a secret named NPM_TOKEN that is set to the value of an npm publish token.
@felixge Would you please log in to npm, generate a token, and define the NPM_TOKEN secret for this repo?
I added a GitHub workflow to automatically publish whenever
masteris updated. It requires a secret namedNPM_TOKENthat is set to the value of an npm publish token.@felixge Would you please log in to npm, generate a token, and define the
NPM_TOKENsecret for this repo?