Skip to content

Commit bc887df

Browse files
committed
ci: build
1 parent 61a83a6 commit bc887df

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
@@ -40,10 +40,10 @@ jobs:
4040
run: npx nx run core:build
4141

4242
- name: Publish @nativescript/core
43-
working-directory: dist/packages
43+
working-directory: dist/packages/core
4444
env:
4545
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
4646
run: |
4747
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ../../.npmrc
4848
echo "Publishing @nativescript/core@$NPM_VERSION to NPM with tag $NPM_TAG..."
49-
npm publish nativescript-core-$NPM_VERSION.tgz --tag $NPM_TAG
49+
npm publish --tag $NPM_TAG

0 commit comments

Comments
 (0)