From b8577e4d583bd5053ca460d5ae016f032092a28b Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Mon, 1 Jan 2024 14:18:31 -0700 Subject: [PATCH] not dry --- action.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.sh b/action.sh index 645e3b3..5e10176 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 publish --dry-run \ No newline at end of file +npm publish \ No newline at end of file