We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94fb1ca commit 57ed589Copy full SHA for 57ed589
.github/workflows/ci-semantic-release.yml
@@ -52,11 +52,7 @@ jobs:
52
git config --global user.email "github-actions[bot]@users.noreply.github.com"
53
git config --global user.name "github-actions[bot]"
54
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
+ # Step 8: Run semantic-release to analyze commits and publish to npm
60
- name: Semantic Release
61
id: semantic
62
env:
0 commit comments