felvin-search / instant-apps

Your search box is now an app store! 🎉
https://felvin.com
Other
94 stars 47 forks source link

Fix publishing of instant apps packages #311

Closed hargup closed 2 years ago

hargup commented 2 years ago

Publishing of Instant-apps packages is failing. For some reason, the registry url cheat-sh package has / encoded as %2f which is leading the package publishing github action to fail. Link to failing action:

sahil-shubham commented 2 years ago

Don't think the / being encoded to %2f is the reason for failure. You can find our published packages with an without encode, example https://registry.npmjs.org/@felvin-community%2faddress-pincodes

hargup commented 2 years ago

This was fixed with #316