Skip to content

Commit fc64218

Browse files
committed
ci: fix npmrc path
1 parent 408791b commit fc64218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
env:
3434
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
3535
run: |
36-
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ../../.npmrc
36+
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
3737
echo "Publishing nativescript@$NPM_VERSION to NPM with tag $NPM_TAG..."
3838
npm publish nativescript-$NPM_VERSION.tgz --tag $NPM_TAG

0 commit comments

Comments
 (0)