Skip to content

Conversation

@smorimoto
Copy link
Collaborator

No description provided.

Signed-off-by: Sora Morimoto <[email protected]>
@changeset-bot
Copy link

changeset-bot bot commented Sep 18, 2025

⚠️ No Changeset found

Latest commit: b2bbddb

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

@smorimoto smorimoto added enhancement New feature or request dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 18, 2025
@smorimoto smorimoto merged commit de3963f into main Sep 18, 2025
9 checks passed
@smorimoto smorimoto deleted the yarn-4.10.2 branch September 18, 2025 21:05
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codex Review: Here are some suggestions.

Reply with @codex fix comments to fix any unresolved comments.

About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".

Comment on lines 34 to 36
with:
version: yarn changeset version
publish: yarn npm publish --tolerate-republish

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[P1] Restore npm token env for publish step

The changesets/action@v1 step used to export YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} so that yarn npm publish --tolerate-republish could authenticate when the release workflow runs. With the env: block removed, the publish command no longer has any npm credentials, so the workflow will fail with a 401 whenever it attempts to publish. The step still needs the token provided via env (or an equivalent input) for releases to succeed.

Useful? React with 👍 / 👎.

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

Labels

dependencies Pull requests that update a dependency file enhancement New feature or request github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants