From 0d9350dc800a169255b29e7b86bbe41853cf9b37 Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Sat, 19 Dec 2020 19:35:41 +0100 Subject: [PATCH] ci: check if npmrc is correct --- .github/workflows/npm_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/npm_release.yml b/.github/workflows/npm_release.yml index 1f50e99db..6865a5a49 100644 --- a/.github/workflows/npm_release.yml +++ b/.github/workflows/npm_release.yml @@ -35,5 +35,6 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} run: | echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc + cat .npmrc echo "Publishing @nativescript/core@$NPM_VERSION to NPM with tag $NPM_TAG..." npm publish nativescript-core-$NPM_VERSION.tgz --tag $NPM_TAG