Skip to content

Commit

Permalink
correct file
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 2881b3c commit 0506b8f
Showing 1 changed file with 1 addition and 1 deletion.
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
echo "registry=$DIST_REGISTRY" >> ~/.npmrc
sed -i -e 's|registry=https://zowe.jfrog.io/artifactory/api/npm/npm-org.*|registry=https://registry.npmjs.org/|' ~/.npmrc
npm version ${{ github.event.inputs.release_version }} --allow-same-version
npm publish --access public
git add package.json
Expand Down

0 comments on commit 0506b8f

Please sign in to comment.