fb6c63eac2
This job was using npm_info as the name for the credentials secrets, but it is actually named npm_credentials. Updating all references to use the correct variable name. Change-Id: I2959ec788ffa39e32e66caf3a3a16c2441636a51
11 lines
381 B
Django/Jinja
11 lines
381 B
Django/Jinja
init.author.name={{ npm_credentials.author_name }}
|
|
init.author.email={{ npm_credentials.author_email }}
|
|
init.author.url={{ npm_credentials.author_url }}
|
|
tag-version-prefix=
|
|
sign-git-tag=true
|
|
|
|
//registry.npmjs.org/:username={{ npm_credentials.username }}
|
|
//registry.npmjs.org/:_password={{ npm_credentials.password }}
|
|
|
|
//registry.npmjs.org/:email={{ npm_credentials.author_email }}
|