diff --git a/.github/workflows/npm_release_tns_core.yml b/.github/workflows/npm_release_tns_core.yml index c8e26a8e2..f8e941a46 100644 --- a/.github/workflows/npm_release_tns_core.yml +++ b/.github/workflows/npm_release_tns_core.yml @@ -58,7 +58,7 @@ jobs: - name: Build tns-core-modules run: npm run build-compat - - name: Publish @nativescript/core + - name: Publish @nativescript/core & tns-core-modules working-directory: dist env: NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}