From cd4d53699310fd5632205a8db7181025974fbfa4 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Mon, 1 Jan 2024 15:58:56 -0700 Subject: [PATCH] test --- action.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.sh b/action.sh index 5e10176..05cb184 100755 --- a/action.sh +++ b/action.sh @@ -1,3 +1,4 @@ npm set registry "https://$INPUT_NPM_REPO_DOMAIN" npm set "//$INPUT_NPM_REPO_DOMAIN/:_authToken=$INPUT_NPM_REPO_KEY" -npm publish \ No newline at end of file + +npm publish