failed to publish to npm with the reason "Must associate a single dist tag with new publishes" #128429
Unanswered
plainheart
asked this question in
npm
Replies: 0 comments 1 reply
-
We're observing the same issue when we backport fixes and they get released within the same time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
---UPDATE---
I've solved this issue by adjusting the time of publishing the two versions.
---------------
Hi, dear npm team,
We have a GitHub action that automatically publishes nightly versions for the
zrender
library. Most of the time it works well but sometimes it will fail for the following reason:I searched in the documentation and Google but found nothing useful. I guess it might be due to the near time? The
next
version andlatest
version will almost be published to npm at the same time. Perhaps, I should wait for a moment to publish another tag after a tag is published?The failed runs can be found here: https://github.com/ecomfe/zrender/actions?query=is%3Afailure
Regards.
Beta Was this translation helpful? Give feedback.
All reactions