From 9ab6707d2264f4592892f9bb8f4a4feec7375e84 Mon Sep 17 00:00:00 2001 From: rigor789 Date: Fri, 17 Jul 2020 23:11:20 +0200 Subject: [PATCH] ci: use correct cwd --- .github/workflows/npm_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm_release.yml b/.github/workflows/npm_release.yml index 6527b9066..76e43ca4d 100644 --- a/.github/workflows/npm_release.yml +++ b/.github/workflows/npm_release.yml @@ -26,7 +26,7 @@ jobs: run: npx nx run core:build.npm - name: Publish @nativescript/core - working-directory: dist + working-directory: dist/packages env: NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} run: |