Skip to content

Push Tags and Github Releases on Partial Publish Success #401

Open
@johnameyer

Description

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/[email protected]
🦋 Creating git tag...
🦋 New tag: @cards-ts/[email protected]
🦋 error packages failed to publish:
🦋 @cards-ts/[email protected]
🦋 @cards-ts/[email protected]
🦋 @cards-ts/[email protected]
🦋 @cards-ts/[email protected]

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions