Skip to content

Commit 57ed589

Browse files
committed
fix(ci): include semantic-release in devDeps and update workflow
1 parent 94fb1ca commit 57ed589

File tree

3 files changed

+8926
-3065
lines changed

3 files changed

+8926
-3065
lines changed

.github/workflows/ci-semantic-release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,7 @@ jobs:
5252
git config --global user.email "github-actions[bot]@users.noreply.github.com"
5353
git config --global user.name "github-actions[bot]"
5454
55-
# Step 8: Install semantic-release and plugins
56-
- name: Install Semantic Release
57-
run: npm install --no-save semantic-release @semantic-release/changelog @semantic-release/git @semantic-release/exec
58-
59-
# Step 9: Run semantic-release to analyze commits and publish to npm
55+
# Step 8: Run semantic-release to analyze commits and publish to npm
6056
- name: Semantic Release
6157
id: semantic
6258
env:

0 commit comments

Comments
 (0)