You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a github org with private registry and I'm registering new package versions manually with LocalRegistry:
using LocalRegistry
register(package)
Now I'm lacking automatic git tag and github releases bound to each new version.
So I've added TagBot to my package but it didn't work. Seems like TagBot relies on Registrator github app. Should I enable it for my private registry and switch to it to register new versions?
The text was updated successfully, but these errors were encountered:
I have a github org with private registry and I'm registering new package versions manually with LocalRegistry:
Now I'm lacking automatic git tag and github releases bound to each new version.
So I've added TagBot to my package but it didn't work. Seems like TagBot relies on Registrator github app. Should I enable it for my private registry and switch to it to register new versions?
The text was updated successfully, but these errors were encountered: