Skip to content

Commit

Permalink
Merge pull request #92 from zowe/test-args
Browse files Browse the repository at this point in the history
Test args
  • Loading branch information
zFernand0 authored Feb 5, 2024
2 parents 9b5f0b5 + e562ba1 commit 3c34dc4
Show file tree
Hide file tree
Showing 4 changed files with 2,289 additions and 4,820 deletions.
6 changes: 3 additions & 3 deletions .github/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
level: "minor",
devDependencies: {
"@zowe/imperative": "zowe-v2-lts",
"@zowe/zowe-explorer-api": "zowe-v2-lts",
"@zowe/zowe-explorer-api": ["zowe-v2-lts", "@zowe:registry=https://registry.npmjs.org/"],
}
},
{
Expand All @@ -15,7 +15,7 @@ module.exports = {
level: "patch",
devDependencies: {
"@zowe/imperative": "zowe-v1-lts",
"@zowe/zowe-explorer-api": "zowe-v1-lts",
"@zowe/zowe-explorer-api": ["zowe-v1-lts", "@zowe:registry=https://registry.npmjs.org/"],
}
},
{
Expand All @@ -25,7 +25,7 @@ module.exports = {
prerelease: true,
devDependencies: {
"@zowe/imperative": "next",
"@zowe/zowe-explorer-api": "next",
"@zowe/zowe-explorer-api": ["next", "@zowe:registry=https://registry.npmjs.org/"],
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Update Dependencies
id: npm-update
uses: zowe-actions/octorelease/script@v1
uses: zowe-actions/octorelease/script@reg-config
with:
config-dir: .github
script: npmUpdate
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
run: npm ci

- name: Update Dependencies
uses: zowe-actions/octorelease/script@v1
uses: zowe-actions/octorelease/script@reg-config
env:
GIT_COMMITTER_NAME: zowe_robot
GIT_COMMITTER_EMAIL: [email protected]
Expand Down
Loading

0 comments on commit 3c34dc4

Please sign in to comment.