Skip to content

Commit

Permalink
updated release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKurt committed Oct 30, 2023
1 parent 504dda6 commit 19a1a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
with:
node-version: 18.x
- name: Install dependencies
run: npx install
run: yarn install
- name: Install semantic-release extra plugins
run: npm install --save-dev @semantic-release/changelog @semantic-release/git
run: yarn add -D @semantic-release/changelog @semantic-release/git
- name: Lint
run: npm run lint-fix
- name: Test
Expand Down

0 comments on commit 19a1a09

Please sign in to comment.