We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408791b commit fc64218Copy full SHA for fc64218
.github/workflows/npm_release.yml
@@ -33,6 +33,6 @@ jobs:
33
env:
34
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
35
run: |
36
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ../../.npmrc
+ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
37
echo "Publishing nativescript@$NPM_VERSION to NPM with tag $NPM_TAG..."
38
npm publish nativescript-$NPM_VERSION.tgz --tag $NPM_TAG
0 commit comments