Skip to content

Commit

Permalink
fix: useless workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
softberry committed Apr 3, 2024
1 parent b4a9204 commit 369d115
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 369d115

Please sign in to comment.