Skip to content

Commit 4ba4798

Browse files
fix: update
1 parent c464dbc commit 4ba4798

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
with:
3535
node-version: ${{ matrix.node-version }}
3636
cache: 'npm'
37+
- name: Install semantic-release extra plugins
38+
run: npm install --save-dev @semantic-release/changelog @semantic-release/git
3739
- run: npm ci && npx semantic-release
3840
env:
3941
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)