From f36a3583c6474e587df974af624978c5ce02fd38 Mon Sep 17 00:00:00 2001
From: bclayton-usgs <bclayton@usgs.gov>
Date: Tue, 8 Sep 2020 09:41:47 -0600
Subject: [PATCH] update ci

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a05750b..c3d28e5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,4 +57,4 @@ Publish npm:
     - git config user.name "${GITLAB_USER_NAME}"
   script:
     - npx standard-version --release-as ${CI_COMMIT_TAG} --skip.commit --skip.changelog
-    - npm publish --access public
+    - npm publish
-- 
GitLab