We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37eb76 commit 707000eCopy full SHA for 707000e
.github/workflows/release-mongosh.yml
@@ -52,8 +52,7 @@ jobs:
52
env:
53
NPM_TOKEN: ${{ secrets.DEVTOOLSBOT_NPM_TOKEN }}
54
run: |
55
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
+ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> ~/.npmrc
56
npm config list
57
echo "Publishing packages as $(npm whoami)"
58
- git update-index --assume-unchanged .npmrc
59
- npm run publish-packages
+ npm run publish
0 commit comments