fix: resolve OIDC publish failure in release CI#316
Merged
Conversation
- Upgrade npm to latest (11.x) for OIDC trusted publishing support - Separate publish step from changesets/action to preserve OIDC auth - Remove stale 0.0.47 CHANGELOG entry (will be regenerated by changeset) - Add deprecation changeset for browser-specific hooks
Contributor
|
Size Change: 0 B 🆕 Total Size: 0 B |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@react-simplikit/mobile@0.0.1(npm/cli#8678)changesets/action'spublishoption overwrites.npmrc, destroyingsetup-node's OIDC auth configuration (changesets/action#515)react-simplikit@0.0.47version bump was lost during project restructuring, leaving a stale CHANGELOG entryChanges
1.
.github/workflows/release.yml— Fix OIDC publishnpm install -g npm@lateststep (npm 10 → 11.x for OIDC support)publishfromchangesets/actionto prevent.npmrcoverrideNPM_CONFIG_PROVENANCE: true2.
packages/core/CHANGELOG.md— Remove stale 0.0.47 entry3.
.changeset/deprecate-browser-hooks.md— Add changesetExpected release flow
Test plan
yarn changeset status— react-simplikit patch pending confirmedyarn build— core + mobile build successnpm install -g npm@latestinstalls npm 11.x