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

feat: adds in auto release and auto-publishing #70

Merged
merged 1 commit into from
Mar 9, 2021

Conversation

jhechtf
Copy link
Contributor

@jhechtf jhechtf commented Mar 9, 2021

Closes #67

You will need to add two secret variables to the repo, GITHUB_TOKEN, which needs write access, and NPM_TOKEN which you can generate from NPM. This should only run when you make a push to the master branch.

I tested an almost exact setup in my fork of the repository at https://github.com/jhechtf/yrv/tree/wip/auto-publish, which worked as expected. However, in that case I was publishing to a Verdaccio registry I setup on a self-hosted EC2 instance. I'll leave the EC2 instance up for the next couple of days JIC you want to see the registry to verify you can grab the URL from the linked branch.

Process is done through Github Actions
@pateketrueke pateketrueke merged commit deffcee into pateketrueke:master Mar 9, 2021
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.

[Ops] Auto Publish NPM Package when push to master
2 participants