From fa47284ef62ca448c6d67d4b3fe50c3ea930c4c0 Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Fri, 22 Jan 2021 14:40:01 +0100 Subject: [PATCH] ci: change job name --- .github/workflows/npm_release_tns_core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}