Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
fix(ci): install required dep
Browse files Browse the repository at this point in the history
  • Loading branch information
l3d00m committed Jan 22, 2024
1 parent 0f7c6eb commit a3254b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "20.x"
- name: Install dependencies
run: npm install conventional-changelog-conventionalcommits
- name: Release new version
run: npx semantic-release
env:
Expand Down

0 comments on commit a3254b3

Please sign in to comment.