Fix npm trusted publishing - #520
Merged
kieran-osgood-shopify merged 1 commit intoAug 26, 2026
Merged
Conversation
Assisted-By: devx/414037a7-8b00-4d1b-b4ff-20c6919aa6df
kieran-osgood-shopify
force-pushed
the
kieran-osgood/cx-rn-v39-compat/dual-architecture
branch
from
August 26, 2026 17:13
27086a2 to
91da5a3
Compare
markmur
approved these changes
Aug 26, 2026
Contributor
Author
Merge activity
|
kieran-osgood-shopify
deleted the
kieran-osgood/cx-rn-v39-compat/dual-architecture
branch
August 26, 2026 17:27
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.
What changes are you making?
This works confirmed by workflow_dispatch: https://github.com/Shopify/checkout-sheet-kit-react-native/actions/runs/32992451044
Fix npm trusted publishing after the pnpm migration removed the global npm 11 installation.
The publish workflow now mirrors
Shopify/checkout-kitby:pnpm dlx;This fixes the misleading
E404encountered while publishing 3.9.0.How to test
Given
@shopify/checkout-sheet-kit@3.9.0is not yet published and npm trusted publishing is configured for this repository, when Publish NPM Package is manually dispatched against this branch, then the publish step should authenticate through OIDC, record signed provenance, and publish version 3.9.0 under thelatesttag instead of failing withE404.PR Checklist