From ad3ee0f66ce35d704fc9d07314d51b2ef619e722 Mon Sep 17 00:00:00 2001
From: tuunit <jan@larwig.com>
Date: Wed, 25 Sep 2024 10:34:17 +0200
Subject: [PATCH] update relase pipeline

---
 .github/workflows/create-release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml
index 2976a514..d77d71f9 100644
--- a/.github/workflows/create-release.yml
+++ b/.github/workflows/create-release.yml
@@ -66,7 +66,7 @@ jobs:
         VERSION=${FULL_VERSION%.*}.x
 
         if [ ! -d "versioned_docs/version-${VERSION}" ]; then
-          npm ci
+          npm install
           npm run docusaurus docs:version ${VERSION}
 
           git add .