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
If for some reason the package A fails to publish to npm, but the package B publishes successfully, then the git tag and github release for the package B will not be generated.
for example
2 packages should be published:
package Apackage BIf for some reason the
package Afails to publish to npm, but thepackage Bpublishes successfully, then the git tag and github release for thepackage Bwill not be generated.