Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bc887df

Browse filesBrowse files
committed
ci: build
1 parent 61a83a6 commit bc887df
Copy full SHA for bc887df

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎.github/workflows/npm_release_core.yml

Copy file name to clipboardExpand all lines: .github/workflows/npm_release_core.yml
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.