8000
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.
2 parents ac68d87 + a68d9c4 commit d5af04dCopy full SHA for d5af04d
.github/workflows/npm_release_core.yml
@@ -44,6 +44,6 @@ jobs:
44
env:
45
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
46
run: |
47
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ../../.npmrc
+ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
48
echo "Publishing @nativescript/core@$NPM_VERSION to NPM with tag $NPM_TAG..."
49
- npm publish --tag $NPM_TAG
+ npm publish --tag $NPM_TAG --access public
0 commit comments