pateketrueke / yrv

Your routing vibes! (for Svelte)
https://svelte.dev/repl/0f07c6134b16432591a9a3a0095a80de
161 stars 9 forks source link

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

Closed jhechtf closed 3 years ago

jhechtf commented 3 years ago

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.