Publish to GitHub Packages on release
I cannot see any direct support for publishing to the GitHub Packages, is there support for this, or any plans to do so?
yes, it should just work:tm:
Set the registry in an .npmrc as described at https://docs.github.com/en/free-pro-team@latest/packages/using-github-packages-with-your-projects-ecosystem/configuring-npm-for-use-with-github-packages
-
In the same directory as your
package.jsonfile, create or edit an.npmrcfile to include a line specifying GitHub Packages URL and the account owner. ReplaceOWNERwith the name of the user or organization account that owns the repository containing your project.registry=https://npm.pkg.github.com/OWNER
@gr2m I'll try this tonight, if it works I'll let you know. I might even try and write up some documentation and submit a PR