Open mcmire opened 1 year ago
Testing this in a fork, stand by...
Moving this to draft until this is fully tested. I also think that we might want to add an explicit dry-run
input as npm-token
may be still required when using a custom NPM registry even to access packages. I will test that as well though.
Hey! Any update on this? I would love to see this beauty merged!
This change makes it possible to test actions that involve publishing of NPM packages because it allows us to point to a private NPM registry. For instance, you could run the action by saying:
and now when a package is accessed or published, Gemfury will be used instead of the official NPM registry.