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 8393df1 commit a68d9c4Copy full SHA for a68d9c4
.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