zowe-actions / octorelease

Extensible GitHub action to publish semantic releases
Apache License 2.0
4 stars 0 forks source link

Allow for `NPM_CONFIG_` properties #130

Closed zFernand0 closed 7 months ago

zFernand0 commented 7 months ago

Before image

After image (with lots of bad engine errors due to old non-vulnerable transitive dependencies) image


Here is a failing build https://github.com/zowe/cics-for-zowe-client/actions/runs/7789736270

And here is a passing one https://github.com/zowe/cics-for-zowe-client/actions/runs/7791773212/job/21248520867?pr=92

zFernand0 commented 7 months ago

And here is a working build with the npm pack and npm publish scoped-registry handling: