8000 Merge branch 'main' into fix/core-packaging · NativeScript/NativeScript@d5af04d · GitHub
[go: up one dir, main page]

Skip to content

Commit d5af04d

Browse files
authored
Merge branch 'main' into fix/core-packaging
2 parents ac68d87 + a68d9c4 commit d5af04d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm_release_core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
env:
4545
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
4646
run: |
47-
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ../../.npmrc
47+
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
4848
echo "Publishing @nativescript/core@$NPM_VERSION to NPM with tag $NPM_TAG..."
49-
npm publish --tag $NPM_TAG
49+
npm publish --tag $NPM_TAG --access public

0 commit comments

Comments
 (0)
0