Skip to content

Commit

Permalink
fix: 🐛 add missing package in release
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherStranger committed Jun 12, 2023
1 parent 13ef0bf commit 9af1937
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 @@ -27,4 +27,4 @@ jobs:
- name: Release
env:
GH_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
run: npx --package @semantic-release/git --package @semantic-release/changelog semantic-release
run: npx --package @semantic-release/git --package @semantic-release/changelog --package conventional-changelog-conventionalcommits semantic-release

0 comments on commit 9af1937

Please sign in to comment.