Skip to content

Commit

Permalink
ci: added semantic release to dev deps install
Browse files Browse the repository at this point in the history
  • Loading branch information
kouts committed Oct 21, 2023
1 parent 1dac697 commit 63033c6
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 @@ -32,7 +32,7 @@ jobs:
run: pnpm i -r

- name: Install semantic-release extra plugins 📦
run: pnpm install --save-dev @semantic-release/changelog @semantic-release/git
run: pnpm install --save-dev semantic-release @semantic-release/changelog @semantic-release/git

- name: Run linter 👀
run: pnpm run lint-fix
Expand Down

0 comments on commit 63033c6

Please sign in to comment.