From 527645e9c1c64f2083a9a2668f926f291979dbcf Mon Sep 17 00:00:00 2001 From: Kamo Spertsyan Date: Thu, 25 Dec 2025 19:13:39 +0300 Subject: [PATCH] Fix publish script --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a1a469d..d994071 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,4 +27,6 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Publish to npm - run: npm publish + run: | + npm ci + npm publish