From 0c3f18ae30bd7491e2fdb5f5b4d71fa62d856e26 Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Wed, 20 Apr 2022 10:29:01 -0600
Subject: [PATCH] on updstream tags

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 57961f2b..34ed1f62 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -195,8 +195,7 @@ Publish:
     # - Markdown Lint
     # - Unit Tests
   only:
-    # - tags@ghsc/nshmp/nshmp-lib
-    - tags
+    - tags@ghsc/nshmp/nshmp-lib
   script:
     - ./gradlew publish -P version=${CI_COMMIT_TAG}
   stage: publish
-- 
GitLab