Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/zowe/zowe-cli into imp-979
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 Aug 4, 2023
2 parents dcf2083 + 3d81e91 commit 4a9056f
Show file tree
Hide file tree
Showing 19 changed files with 86 additions and 456 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/secrets-sdk-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
run: |
sed -i "s/\"private\": true/\"private\": false/" package.json
npx -y npm-cli-login
npm publish --access public --tag next
# npm dist-tag @zowe/secrets-for-zowe-sdk@$(cat package.json | jq -r .version) zowe-v2-lts
# npm dist-tag @zowe/secrets-for-zowe-sdk@$(cat package.json | jq -r .version) next
npm publish --access public
npm dist-tag add @zowe/secrets-for-zowe-sdk@$(cat package.json | jq -r .version) zowe-v2-lts
npm dist-tag add @zowe/secrets-for-zowe-sdk@$(cat package.json | jq -r .version) next
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_USER: ${{ secrets.ARTIFACTORY_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion __tests__/__packages__/cli-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/js-yaml": "^4.0.0",
"@types/node": "^14.18.28",
"@types/uuid": "^8.3.0",
"@zowe/imperative": "5.16.0",
"@zowe/imperative": "5.18.0",
"eslint": "^8.22.0",
"typescript": "^4.0.0"
},
Expand Down
Loading

0 comments on commit 4a9056f

Please sign in to comment.