From 369d115bf874b40497517bdf5239949586031acb Mon Sep 17 00:00:00 2001 From: Emre Sakarya Date: Wed, 3 Apr 2024 03:26:41 +0200 Subject: [PATCH] fix: useless workflow action --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c4e8e4..01572e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,10 +25,6 @@ jobs: run: npm ci - name: Build run: npm run build - - name: Create CLI - run: | - npm run cli - chmod +x ./bin/cli.js - name: Test run: npm test - name: Release