Skip to content

Commit 5350a0b

Browse files
Merge pull request #775 from XeroAPI/conventional-commit-package
ci: Include required package for conventionalcommit support
2 parents 6cdd7c6 + da82079 commit 5350a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
node-version: 20
3232

3333
- name: Perform release
34-
run: npx --package @semantic-release/exec semantic-release
34+
run: npx --package @semantic-release/exec --package conventional-changelog-conventionalcommits semantic-release
3535
env:
3636
GH_TOKEN: ${{ steps.get_access_token.outputs.token }}

0 commit comments

Comments
 (0)