Skip to content

Commit

Permalink
Fix Release pipeline (#1674)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 authored Aug 7, 2024
1 parent 95f9060 commit 2b920e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Install dependencies
run: npm ci
run: npm i

- name: Test
run: npm test
Expand Down Expand Up @@ -86,4 +86,4 @@ jobs:
labels: |
automated pr 🔧
assignees: foxbot76
draft: false
draft: false

0 comments on commit 2b920e0

Please sign in to comment.