Skip to content

fix: publish npm tarball from local path - #8

Merged
ngocdevv merged 1 commit into
mainfrom
fix/npm-local-tarball-path
Aug 12, 2026
Merged

fix: publish npm tarball from local path#8
ngocdevv merged 1 commit into
mainfrom
fix/npm-local-tarball-path

Conversation

@ngocdevv

Copy link
Copy Markdown
Owner

Summary

  • mark the packed npm artifact as an explicit local path
  • prevent npm 11 from interpreting npm-artifact/expo-share-content-0.1.1.tgz as a GitHub shorthand
  • retry Trusted Publishing for the still-unpublished expo-share-content@0.1.1

Root cause

The previous publish run invoked git ls-remote ssh://git@github.com/npm-artifact/expo-share-content-0.1.1.tgz.git and exited 128 because the tarball spec did not begin with ./.

Verification

  • reproduced the old path failure with npm 11.19.0: exit 128
  • verified ./npm-artifact/*.tgz: exit 0
  • npm publish ./npm-artifact/*.tgz --provenance --dry-run: passed
  • full release gates: 40/40 tests, lint, build, and CommonJS verification passed

@ngocdevv
ngocdevv merged commit bbe486c into main Aug 12, 2026
@ngocdevv
ngocdevv deleted the fix/npm-local-tarball-path branch August 12, 2026 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant