Skip to content

Conversation

@koszti
Copy link
Member

@koszti koszti commented Nov 24, 2025

Description

Fix the publish github action to use the configured npm secret and ensure authentication works correctly during the publish step.

This PR contains two commits: one for the main change and another to bump the version, in order to keep a clean commit history on the main bran

Additional context and related issues

Publish GHA currently gives error:

npm error code ENEEDAUTH
npm error need auth This command requires you to be logged in to https://registry.npmjs.org/
npm error need auth You need to authorize this machine using `npm adduser`

This happens because registry-url is not set in the node setup step, so the required .npmrc file is never created and npm is not authenticated against the registry.

@cla-bot cla-bot bot added the cla-signed label Nov 24, 2025
@koszti koszti requested a review from mosabua November 24, 2025 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant