Skip to content

Commit ec21add

Browse files
committed
add config argument for the ze-api package
Signed-off-by: zFernand0 <[email protected]>
1 parent 93169bb commit ec21add

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/release.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
level: "minor",
77
devDependencies: {
88
"@zowe/imperative": "zowe-v2-lts",
9-
"@zowe/zowe-explorer-api": "zowe-v2-lts",
9+
"@zowe/zowe-explorer-api": ["zowe-v2-lts", "@zowe:registry=https://registry.npmjs.org/"],
1010
}
1111
},
1212
{
@@ -15,7 +15,7 @@ module.exports = {
1515
level: "patch",
1616
devDependencies: {
1717
"@zowe/imperative": "zowe-v1-lts",
18-
"@zowe/zowe-explorer-api": "zowe-v1-lts",
18+
"@zowe/zowe-explorer-api": ["zowe-v1-lts", "@zowe:registry=https://registry.npmjs.org/"],
1919
}
2020
},
2121
{
@@ -25,7 +25,7 @@ module.exports = {
2525
prerelease: true,
2626
devDependencies: {
2727
"@zowe/imperative": "next",
28-
"@zowe/zowe-explorer-api": "next",
28+
"@zowe/zowe-explorer-api": ["next", "@zowe:registry=https://registry.npmjs.org/"],
2929
}
3030
}
3131
],

0 commit comments

Comments
 (0)