Skip to content

Commit

Permalink
test the lockfileV3 support
Browse files Browse the repository at this point in the history
Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
  • Loading branch information
zFernand0 committed Oct 12, 2023
1 parent e640d20 commit 802f328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zowe-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Build Source
run: npm run build

- uses: zowe-actions/octorelease@v1
- uses: zowe-actions/octorelease@support-lockfileV3
env:
GIT_COMMITTER_NAME: ${{ secrets.ZOWE_ROBOT_USER }}
GIT_COMMITTER_EMAIL: ${{ secrets.ZOWE_ROBOT_EMAIL }}
Expand Down
3 changes: 2 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ module.exports = {
},
pruneShrinkwrap: ["@zowe/cli"],
smokeTest: true,
versionIndependent: ["@zowe/imperative"]
versionIndependent: ["@zowe/imperative"],
npmPublish: false
}],
["@octorelease/github", {
checkPrLabels: true
Expand Down

0 comments on commit 802f328

Please sign in to comment.