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 a3c6be8 commit 3a0a1c3Copy full SHA for 3a0a1c3
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install dependencies
20
run: npm ci
21
- name: Install semantic-release extra plugins
22
- run: npm install --save-dev @semantic-release/changelog @semantic-release/git conventional-changelog-conventionalcommits
+ run: npm install -g @semantic-release/changelog @semantic-release/git conventional-changelog-conventionalcommits
23
- name: Build
24
run: npm run build
25
- name: Release
0 commit comments