From 174486a0d0adb8e2f2dd52382ab4a295d2addf18 Mon Sep 17 00:00:00 2001 From: Vladimir Sigalkin Date: Mon, 24 Jan 2022 15:30:37 +0300 Subject: [PATCH] fix(ci): whoami test --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90024e0..fc3e002 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,9 @@ jobs: if: steps.semantic.outputs.new_release_published == 'true' with: registry-url: 'https://npm.iron-wall.org' - - run: npm publish + - run: | + npm whoami + npm publish if: steps.semantic.outputs.new_release_published == 'true' env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}