Skip to content

Conversation

@SteveSandersonMS
Copy link
Contributor

No description provided.

@SteveSandersonMS SteveSandersonMS requested a review from a team as a code owner January 14, 2026 23:55
Copilot AI review requested due to automatic review settings January 14, 2026 23:55
@friggeri friggeri added this pull request to the merge queue Jan 14, 2026
Merged via the queue into main with commit 5dedfac Jan 14, 2026
26 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request re-enables the npm publish step in the publish workflow by uncommenting the npm publish command that was previously disabled with a TODO comment.

Changes:

  • Re-enabled the npm publish step to allow publishing Node.js SDK packages to the npm registry

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +110 to +111
- name: Publish to npm
run: npm publish --tag ${{ github.event.inputs.dist-tag }} --access public --registry https://registry.npmjs.org
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The npm publish step is missing authentication configuration. Unlike the .NET and Python publish steps which include explicit authentication mechanisms (NuGet/login for .NET and pypa/gh-action-pypi-publish for Python), this step doesn't configure any authentication. The npm publish command will fail without either: 1) an NPM_TOKEN or NODE_AUTH_TOKEN environment variable, or 2) proper OIDC configuration if npm 11.6.3 supports it natively. Consider adding authentication setup similar to the .NET publish job, or using actions/setup-node with registry-url and NODE_AUTH_TOKEN configuration.

Copilot uses AI. Check for mistakes.
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.

3 participants