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

Push Tags and Github Releases on Partial Publish Success #401

Open
johnameyer opened this issue Sep 15, 2024 · 1 comment
Open

Push Tags and Github Releases on Partial Publish Success #401

johnameyer opened this issue Sep 15, 2024 · 1 comment

Comments

@johnameyer
Copy link

It might be possible that some packages fail to publish while other packages do successfully publish. In this case, the current action behavior will bail out and skip pushing tags and the Github release notes. This can be an issue when retrying, as those packages will never then be pushed to Github while the ones that previously failed will.

E.g. https://github.com/johnameyer/cards-ts/actions/runs/10842151215/job/30087321749

🦋 success packages published successfully:
🦋 @cards-ts/core@0.8.0
🦋 Creating git tag...
🦋 New tag: @cards-ts/core@0.8.0
🦋 error packages failed to publish:
🦋 @cards-ts/can-i-have-that@0.8.0
🦋 @cards-ts/euchre@0.8.0
🦋 @cards-ts/hearts@0.8.0
🦋 @cards-ts/war@0.8.0

@tutods
Copy link

tutods commented Oct 14, 2024

For me isn't creating any release, I don't know why :/

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

No branches or pull requests

2 participants