From 2699b601c2d521af917ce9c29adbd6f315955c8f Mon Sep 17 00:00:00 2001
From: ko_oler <kooler89@gmail.com>
Date: Thu, 15 Dec 2022 17:12:10 +0800
Subject: [PATCH] fix .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1e0a8b5..59b6fc8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,6 +20,7 @@ publish_npm:
     - mkdir config/clients
     - make proto
     - cd ./config
+    - cd ./clients
     - ls
     - NPM_PACKAGE_VERSION=$(node -p "require('./package.json').version")
     - yarn pub
-- 
GitLab