We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c464dbc commit 4ba4798Copy full SHA for 4ba4798
.github/workflows/build.yml
@@ -34,6 +34,8 @@ jobs:
34
with:
35
node-version: ${{ matrix.node-version }}
36
cache: 'npm'
37
+ - name: Install semantic-release extra plugins
38
+ run: npm install --save-dev @semantic-release/changelog @semantic-release/git
39
- run: npm ci && npx semantic-release
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments