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 61a83a6 commit bc887dfCopy full SHA for bc887df
.github/workflows/npm_release_core.yml
@@ -40,10 +40,10 @@ jobs:
40
run: npx nx run core:build
41
42
- name: Publish @nativescript/core
43
- working-directory: dist/packages
+ working-directory: dist/packages/core
44
env:
45
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
46
run: |
47
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ../../.npmrc
48
echo "Publishing @nativescript/core@$NPM_VERSION to NPM with tag $NPM_TAG..."
49
- npm publish nativescript-core-$NPM_VERSION.tgz --tag $NPM_TAG
+ npm publish --tag $NPM_TAG
0 commit comments