Skip to content

Commit 2cc23a3

Browse files
authored
ci: append to npmrc in cwd
1 parent cfcb3f4 commit 2cc23a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
env:
3333
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
3434
run: |
35-
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ../../.npmrc
35+
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
3636
echo "Publishing @nativescript/doctor@$NPM_VERSION to NPM with tag $NPM_TAG..."
3737
npm publish nativescript-doctor-$NPM_VERSION.tgz --tag $NPM_TAG

0 commit comments

Comments
 (0)