ci(0.81): pass --access public to npm publish#3000
Merged
Saadnajmi merged 1 commit intoJun 26, 2026
Merged
Conversation
Fix Azure Pipelines publish step for scoped packages by explicitly setting public access for both yarn and npm publish paths.\n\nThis matches the previously landed publish fix and addresses 404 PUT failures when publishing @react-native-macos/virtualized-lists.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
amgleitman
approved these changes
Jun 26, 2026
Saadnajmi
added a commit
that referenced
this pull request
Jun 26, 2026
## Summary - revert the generated `chore(release): publish 0.81.8` bump commit so repo versions return to the last published baseline (`0.81.7`) - keep a single Nx patch version plan to retry releasing `0.81.8` ## Why `0.81.8` was tagged in git but did not fully publish to npm. Retrying from `0.81.7` + a patch version plan is the same working pattern used in the previous release-retry PR. ## Changes since v0.81.7 - chore(0.81): bump fmt to 12.1.0 to fix Xcode 26.4 (#2997) - fix(0.81): Add value-initialization in RCTComponentData (#2999) - ci(0.81): pass --access public to npm publish (#3000) ## Validation - `yarn exec -- nx release --dry-run --verbose` - resolves current versions as `0.81.7` - plans bump to `0.81.8` for both `react-native-macos` and `@react-native-macos/virtualized-lists` 🤖 Generated with Copilot CLI --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
--access publicto scoped package publish commands in.ado/jobs/npm-publish.ymlWhy
Azure publish failed while publishing
@react-native-macos/virtualized-listswith:YN0035 Not foundPUT https://registry.npmjs.org/@react-native-macos%2fvirtualized-listsFor scoped packages, publish needs explicit public access. This change aligns the pipeline command with npm scoped package publish requirements.
Test Plan
Publish packagessucceeds for both:@react-native-macos/virtualized-listsreact-native-macos