Skip to content

Commit

Permalink
fix: update workflow.yaml (#96)
Browse files Browse the repository at this point in the history
remove npm ci since it is done in action
  • Loading branch information
bateau84 authored Feb 20, 2024
1 parent c2f305e commit 7e436ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ jobs:
with:
node-version: 'lts/*'
cache: npm
- name: Install dependencies
run: npm ci
- uses: codfish/[email protected]
id: release
env:
Expand Down

0 comments on commit 7e436ea

Please sign in to comment.