Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 27d1649813
ℹ️ 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
- 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 address that feedback".
| @@ -0,0 +1,21 @@ | |||
| name: Publish to registry | |||
There was a problem hiding this comment.
Remove duplicated npm publish workflow
Both publish-npm.yaml and publish-npm.yml define the same pull_request.closed trigger and invoke the same reusable publish job, so every merged PR to master will start two publish runs for the same package version. In practice, the first run can publish successfully and the second run then fails on "version already exists", creating flaky/failed release automation for every release.
Useful? React with 👍 / 👎.
No description provided.