Skip to content

fix(telemetry): publish package as public#337

Merged
blove merged 1 commit into
mainfrom
codex/fix-telemetry-public-publish
May 15, 2026
Merged

fix(telemetry): publish package as public#337
blove merged 1 commit into
mainfrom
codex/fix-telemetry-public-publish

Conversation

@blove
Copy link
Copy Markdown
Contributor

@blove blove commented May 15, 2026

Summary

  • add publishConfig.access=public to @ngaf/telemetry so npm can publish the new scoped package with provenance
  • add an optional workflow-dispatch projects input so the failed release can retry only telemetry without re-publishing the six packages that already succeeded
  • keep tag-push behavior unchanged for normal full release publishes

Verification

  • ruby -e 'require "yaml"; YAML.load_file(".github/workflows/publish.yml"); puts "publish workflow yaml ok"'
  • PATH="/Users/blove/.nvm/versions/node/v22.14.0/bin:$PATH" node scripts/verify-release-versions.mjs
  • git diff --check
  • PATH="/Users/blove/.nvm/versions/node/v22.14.0/bin:$PATH" NX_DAEMON=false npx nx build telemetry --configuration=production --skip-nx-cache
  • PATH="/Users/blove/.nvm/versions/node/v22.14.0/bin:$PATH" NX_DAEMON=false npx nx run telemetry:nx-release-publish --dryRun

Context

The v0.0.30 tag publish successfully published @ngaf/a2ui, @ngaf/licensing, @ngaf/render, @ngaf/chat, @ngaf/ag-ui, and @ngaf/langgraph. @ngaf/telemetry failed because npm requires access=public for provenance on a new scoped package.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cacheplane Ready Ready Preview, Comment May 15, 2026 8:19pm

Request Review

@blove blove merged commit 4f463f3 into main May 15, 2026
14 checks passed
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