Skip to content

Commit

Permalink
ci: add more dependencies to release step
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Aug 31, 2023
1 parent 84eb904 commit 01fa660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
with:
node-version: "lts/*"
- name: Install dependencies
run: npm install --global semantic-release@21 @semantic-release/git@10 @semantic-release/changelog@6 @semantic-release/changelog@6 @commitlint/config-conventional@17
run: npm install --global semantic-release@21 @semantic-release/git@10 @semantic-release/changelog@6 @semantic-release/changelog@6 @commitlint/config-conventional@17 conventional-changelog-conventionalcommits@7
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 01fa660

Please sign in to comment.