We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9350d commit 51b383fCopy full SHA for 51b383f
.github/workflows/npm_release.yml
@@ -6,7 +6,7 @@ on:
6
7
env:
8
NPM_TAG: 'next'
9
-
+
10
jobs:
11
release:
12
runs-on: ubuntu-latest
@@ -34,7 +34,6 @@ jobs:
34
35
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
36
run: |
37
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
38
- cat .npmrc
+ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ../../.npmrc
39
echo "Publishing @nativescript/core@$NPM_VERSION to NPM with tag $NPM_TAG..."
40
npm publish nativescript-core-$NPM_VERSION.tgz --tag $NPM_TAG
0 commit comments