taimos / projen-pipelines

CDK pipelines using projen
Apache License 2.0
40 stars 2 forks source link

fix(awscdk): correct npm namespace parameter in GitHub packages configuration #68

Closed hoegertn closed 1 month ago

hoegertn commented 1 month ago

This commit fixes the way the package namespace is used in .npmrc configuration. It removes string interpolation syntax around the pkgNamespace when adding the registry to ensure proper usage of variable names instead of string literals. This correction ensures that the GitHub Actions workflows can authenticate and publish packages using the correct scope.

The associated test has been updated to expect a snapshot of this configuration change, verifying that the .npmrc file is generated correctly.

Fixes #