From b9df41dd13e6dd06b6cbbb00a4e0e77ca3da0ab5 Mon Sep 17 00:00:00 2001 From: Tyom Semonov Date: Thu, 29 Aug 2024 23:38:27 +0100 Subject: [PATCH] Print NPM version in publish workflow --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ee1339d..4ad58e2 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -46,5 +46,5 @@ jobs: NPM_TAG="latest" fi - # Publish to npm with the extracted tag + echo "Publishing to npm with tag: $NPM_TAG" pnpm publish --tag $NPM_TAG --no-git-checks