Skip to content

Commit

Permalink
fix(action): install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iChengbo committed Oct 7, 2023
1 parent b0a375c commit 45da12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 18
- name: Install dependencies
run: npm ci
run: npm install
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 45da12d

Please sign in to comment.