From e07dfc32b4932272839381f69945fe366aa0e7d0 Mon Sep 17 00:00:00 2001 From: 12inchpenguin Date: Tue, 1 Apr 2025 16:35:45 +0300 Subject: [PATCH] updated github workflow --- .github/workflows/publish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eaa0952..6a6a122 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,9 +18,6 @@ jobs: node-version: "23" registry-url: "https://registry.npmjs.org/" - - name: Install dependencies - run: npm ci - - name: Publish to npm run: npm publish --tag alpha --access public env: