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