Skip to content

Commit 9e9f151

Browse files
committed
fix: add changelog semantic release dependency
1 parent 2b6cc8a commit 9e9f151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: 20
2424

2525
- name: Install Semantic Release globally
26-
run: npm install -g semantic-release @semantic-release/git @semantic-release/exec
26+
run: npm install -g semantic-release @semantic-release/git @semantic-release/exec @semantic-release/changelog
2727

2828
# Semantic Release configuration executes gh CLI which triggers the deploy workflow
2929
- name: Release with semantic versioning

0 commit comments

Comments
 (0)