We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description:
When scope is specified and a matching scoped registry exists in .npmrc the registry entry is duplicated.
scope
Action version: 3.4.1
Platform:
Runner type:
Tools version: Node 14 NPM 6
Repro steps: Add an .npmrc with @scope:registry=https://example.com/ and an action with registry: https://example2.com and scope: scope.
@scope:registry=https://example.com/
registry: https://example2.com
scope: scope
Expected behavior: The scoped registry should be overwritten by the action config.
Actual behavior: The registry is duplicated and the first entry takes precedence.
Related issues: #118, #87
PR: #616
The text was updated successfully, but these errors were encountered:
Hello @AlexMeah. Thank you for your report. We'll investigate the issue.
Sorry, something went wrong.
Hello @AlexMeah i am closing the issue with this PR #637
Feel free to reopen it or create another one in case if the problem still exists
dsame
No branches or pull requests
Description:
When
scope
is specified and a matching scoped registry exists in .npmrc the registry entry is duplicated.Action version:
3.4.1
Platform:
Runner type:
Tools version:
Node 14
NPM 6
Repro steps:
Add an .npmrc with
@scope:registry=https://example.com/
and an action withregistry: https://example2.com
andscope: scope
.Expected behavior:
The scoped registry should be overwritten by the action config.
Actual behavior:
The registry is duplicated and the first entry takes precedence.
Related issues: #118, #87
PR: #616
The text was updated successfully, but these errors were encountered: