Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Github package successfully published, but not showing up in "Packages" section

I have a package that I published to Github package repository and it was successful, still, I am not able to see this package in the packages section

Please refer to the attached screenshots, as seen npm publish is successful. What could I be missing?

like image 225
Hitesh Balwani Avatar asked Dec 15 '25 04:12

Hitesh Balwani


2 Answers

Once you released the package and updated the repo but the package is not showing in the repo as herePackage not found

Steps to link library to repo

  1. Go to your profile on GitHub https://github.com/{your_user_name}?tab=packages. you must see the list of packages like here. List of packages

  2. Click on the package that you need to link to repo. You must get link to repo or go to this link https://github.com/users/{your_user_name}/packages/npm/{your_package_name}/settings

  3. Select the library repo.

  4. You can now view the packages on the repo too.

like image 180
TeachMe Avatar answered Dec 16 '25 23:12

TeachMe


Packages are not visible as releases, they will be visible in packages section for your organization:

https://github.com/orgs/ORGANIZATION/packages

For personal packages:

https://github.com/USER?tab=packages

Keep in mind that packages won't be visible under the repository "Packages" section until their name is the same as a repository. It doesn't matter that you publish it from this repository action. In case you don't have a resository with such a name - it will be created for you by GitHub.

like image 44
Grzegorz Krukowski Avatar answered Dec 16 '25 23:12

Grzegorz Krukowski



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!