Skip to content

Commit 707000e

Browse files
committed
use publish
1 parent b37eb76 commit 707000e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release-mongosh.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252
env:
5353
NPM_TOKEN: ${{ secrets.DEVTOOLSBOT_NPM_TOKEN }}
5454
run: |
55-
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
55+
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> ~/.npmrc
5656
npm config list
5757
echo "Publishing packages as $(npm whoami)"
58-
git update-index --assume-unchanged .npmrc
59-
npm run publish-packages
58+
npm run publish

0 commit comments

Comments
 (0)