From 235b30c176723b8cc5371439bc6c5312d30dc06b Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Mon, 1 Jan 2024 14:24:53 -0700 Subject: [PATCH] a --- action.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.sh b/action.sh index 5e10176..8d2862f 100755 --- a/action.sh +++ b/action.sh @@ -1,3 +1,3 @@ -npm set registry "https://$INPUT_NPM_REPO_DOMAIN" -npm set "//$INPUT_NPM_REPO_DOMAIN/:_authToken=$INPUT_NPM_REPO_KEY" +npm set registry https://$INPUT_NPM_REPO_DOMAIN +npm set _auth $INPUT_NPM_REPO_KEY npm publish \ No newline at end of file