Skip to content

Commit

Permalink
remove zowe registry
Browse files Browse the repository at this point in the history
Signed-off-by: ac892247 <[email protected]>
  • Loading branch information
achmelo committed Dec 11, 2024
1 parent 0506b8f commit 1a9936b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binary-specific-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
cd onboarding-enabler-nodejs
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
sed -i -e 's|registry=https://zowe.jfrog.io/artifactory/api/npm/npm-org.*|registry=https://registry.npmjs.org/|' ~/.npmrc
echo "registry=$DIST_REGISTRY" >> ~/.npmrc
npm version ${{ github.event.inputs.release_version }} --allow-same-version
npm publish --access public
git add package.json
Expand Down
1 change: 0 additions & 1 deletion onboarding-enabler-nodejs/.npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
legacy-peer-deps=true
registry=https://zowe.jfrog.io/artifactory/api/npm/npm-org

0 comments on commit 1a9936b

Please sign in to comment.