Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: build before release, commit assets, remove .npmrc #252

Merged
merged 1 commit into from
Aug 19, 2019

Conversation

austince
Copy link
Contributor

@austince austince commented Jun 10, 2019

More (and hopefully last) tweaks for semantic releasing:

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?

travis encrypt NPM_TOKEN=$NPM_TOKEN

Also, can we remove the Sauce travis env variables?

@austince austince force-pushed the ci/fix-npm-token branch 5 times, most recently from ae0702e to 4e06ae4 Compare June 10, 2019 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants