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

build: fix releases that failed halfway through npm publish actions #28851

Merged
merged 1 commit into from Apr 26, 2021

Conversation

MarshallOfSound
Copy link
Member

@MarshallOfSound MarshallOfSound commented Apr 26, 2021

Sometimes the publish succeeds and the tagging fails, on reruns the publish then fails because you can't publish over an already published release.

This change checks if the npm version is already published before trying to publish it again which will allow reruns of this step in sudowoodo to work correctly.

Notes: no-notes

@MarshallOfSound MarshallOfSound merged commit 7884f52 into master Apr 26, 2021
@release-clerk
Copy link

release-clerk bot commented Apr 26, 2021

No Release Notes

@trop
Copy link
Contributor

trop bot commented Apr 26, 2021

I have automatically backported this PR to "11-x-y", please check out #28852

@trop
Copy link
Contributor

trop bot commented Apr 26, 2021

I have automatically backported this PR to "12-x-y", please check out #28853

@trop
Copy link
Contributor

trop bot commented Apr 26, 2021

I have automatically backported this PR to "10-x-y", please check out #28854

@trop trop bot removed the target/10-x-y label Apr 26, 2021
@trop
Copy link
Contributor

trop bot commented Apr 26, 2021

I have automatically backported this PR to "13-x-y", please check out #28855

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants