From 6cb2cefdb949a8090af917a2615e01eb65b0caff Mon Sep 17 00:00:00 2001 From: Killer Boss Original <73131550+killerbossoriginal@users.noreply.github.com> Date: Thu, 29 Dec 2022 13:42:46 +0000 Subject: [PATCH] fix workflows --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4ee7a7..83fa8a7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,8 +14,6 @@ jobs: node-version: '16.x' registry-url: 'https://registry.npmjs.org' scope: '@thundernetworkrad' - - name: Install dependencies 🔧 - run: npm ci - name: Publish package on NPM 📦 run: npm publish --access public env: @@ -34,8 +32,6 @@ jobs: node-version: '16.x' registry-url: 'https://npm.pkg.github.com' scope: '@thundernetworkrad' - - name: Install dependencies 🔧 - run: npm ci - name: Publish package on NPM 📦 run: npm publish --access public env: