We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfcb3f4 commit 2cc23a3Copy full SHA for 2cc23a3
.github/workflows/npm_release.yml
@@ -32,6 +32,6 @@ jobs:
32
env:
33
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
34
run: |
35
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ../../.npmrc
+ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
36
echo "Publishing @nativescript/doctor@$NPM_VERSION to NPM with tag $NPM_TAG..."
37
npm publish nativescript-doctor-$NPM_VERSION.tgz --tag $NPM_TAG
0 commit comments