From 0ec8c6c2e5ccaf0f77520c7a25afbed2587c7ed5 Mon Sep 17 00:00:00 2001 From: pagoru Date: Sat, 4 Apr 2026 23:34:02 +0200 Subject: [PATCH] fix publish --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2302649..1758ada 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -51,5 +51,4 @@ jobs: run: yarn run build - name: Publish package - run: npm install -g npm@latest - - run: npm publish --access public --tag latest + run: npm publish --access public --tag latest