I've figured out why the NPM_TOKEN isn't be correctly set as well: previously we were using the Travis npm deploy, where just the API key was encrypted, but now we need it to be an environment variable with a name. I don't have publish rights to npm, but can someone generate a token and then encrypt it like this?
More (and hopefully last) tweaks for semantic releasing:
.npmrc
so we don't need anNPM_TOKEN
for every stage, and the npm semantic-release plugin will dynamically create one when needed.I've figured out why the
NPM_TOKEN
isn't be correctly set as well: previously we were using the Travis npm deploy, where just the API key was encrypted, but now we need it to be an environment variable with a name. I don't have publish rights to npm, but can someone generate a token and then encrypt it like this?Also, can we remove the Sauce travis env variables?