Skip to content

ci: fix release workflow after changesets/action v2 bump - #462

Merged
Tony133 merged 1 commit into
mainfrom
fix/changesets-action-publish-script
Sep 6, 2026
Merged

ci: fix release workflow after changesets/action v2 bump#462
Tony133 merged 1 commit into
mainfrom
fix/changesets-action-publish-script

Conversation

@Tony133

@Tony133 Tony133 commented Sep 6, 2026

Copy link
Copy Markdown
Member

Proposal:

The Release workflow fails immediately with:

Error: The following inputs have been renamed:
- "publish" -> "publish-script"

The bump to changesets/action v2.1.1 was done without updating the workflow. v2 renamed inputs and outputs to kebab-case:

  • input publishpublish-script
  • output publishedPackagespublished-packages (used by the "Wait for Published Packages" step; an unknown output silently resolves to an empty string, so this would have broken later)

The published output is unchanged. @changesets/cli is already v3, as required by v2 of the action.

@changeset-bot

changeset-bot Bot commented Sep 6, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: d8cc18d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Tony133
Tony133 force-pushed the fix/changesets-action-publish-script branch from 5c65a06 to d8cc18d Compare September 6, 2026 15:42
@Tony133 Tony133 changed the title ci: rename input to for changesets/action v2.1.1 ci: fix release workflow after changesets/action v2 bump Sep 6, 2026
@Tony133
Tony133 merged commit f226d3b into main Sep 6, 2026
7 checks passed
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.

1 participant