Skip to content

Commit

Permalink
update wf step for upd-deps
Browse files Browse the repository at this point in the history
Signed-off-by: zFernand0 <[email protected]>
  • Loading branch information
zFernand0 committed Feb 5, 2024
1 parent a1c8bbe commit 23fbd32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 @@ -53,7 +53,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 @@ -111,7 +111,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

0 comments on commit 23fbd32

Please sign in to comment.