Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not concurrently publish to npm #1129

Merged
merged 5 commits into from
Jan 6, 2025

Conversation

jakebailey
Copy link
Member

If a publish run happens while retag is occurring, the retag can stomp on the tags the publisher just updated. This race is rare, but we just saw this with @types/three.

Set all of the "publish"-y workflows to the same concurrency group.

@jakebailey jakebailey merged commit da4beaa into microsoft:main Jan 6, 2025
7 checks passed
@jakebailey jakebailey deleted the publish-concurrency branch January 6, 2025 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants