From f8877e3542283dad8c4c832be3657122352469c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20M=C3=BChleisen?= Date: Tue, 10 Oct 2023 11:15:05 +0200 Subject: [PATCH] more version debug --- scripts/node_version.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/node_version.sh b/scripts/node_version.sh index 0848f29e..c87938df 100755 --- a/scripts/node_version.sh +++ b/scripts/node_version.sh @@ -27,7 +27,8 @@ npm pack --dry-run # upload to npm, maybe if [[ "$GITHUB_REF" =~ ^(refs/heads/main|refs/tags/v.+)$ && "$1" = "upload" ]] ; then - echo "UPLOAD" $VER $DIST + npm version + echo $TAG # npm config set //registry.npmjs.org/:_authToken $NODE_AUTH_TOKEN # npm publish --access public $TAG fi