Skip to content

Commit

Permalink
Merge pull request #17 from softberry/add-cli-support
Browse files Browse the repository at this point in the history
fix: useless workflow action
  • Loading branch information
softberry committed Apr 3, 2024
2 parents e7cd3d7 + 369d115 commit 0b76715
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 0b76715

Please sign in to comment.