From b4bf5fbe66f84463e9020fdc4168d0bd32e6880a Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Mon, 1 Jan 2024 14:28:36 -0700 Subject: [PATCH] a --- action.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.sh b/action.sh index 437d184..5e10176 100755 --- a/action.sh +++ b/action.sh @@ -1,4 +1,3 @@ npm set registry "https://$INPUT_NPM_REPO_DOMAIN" npm set "//$INPUT_NPM_REPO_DOMAIN/:_authToken=$INPUT_NPM_REPO_KEY" -cat ~/.npmrc -# npm publish \ No newline at end of file +npm publish \ No newline at end of file