I recently started to create some NPM packages to use in the company where I work.
We have already published two component packages for Angular. However, when we went to use the packages, the Azure DevOps build pipeline was unable to download the packages. Accusing problems with authentication, causing the error and pipeline break.
The quickest solution (since we are in Scrum Sprint) was to publish the same packages in the NPM Registry.
Is there a way to publish the GitHub organization's packages in a public way?
Searching on Google, I found this:
.
Packages from my organization:
At the moment this is not possible as per this post on the GitHub Community.
The only way you will be able to use this is to add authentication in your pipeline