From 2e0bc6d17e7dc3299cadf6e6e79f00a6475569dc Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Thu, 2 Jul 2026 09:29:55 +0300 Subject: [PATCH] fix: change publish command --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index dafcb10..5cfd709 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -81,4 +81,4 @@ jobs: - name: Publish to Gitea registry env: NODE_AUTH_TOKEN: ${{ secrets.CAROUSEL_PACKAGE }} - run: npm publish + run: yarn npm publish