Skip to content

Commit 421a517

Browse files
committed
fix: install npm dependencies for semantic release
1 parent 5a36dab commit 421a517

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- uses: actions/setup-node@v2
1111
with:
1212
node-version: 16
13+
- run: npm install -D @semantic-release/changelog@6.0.1 @semantic-release/git@10.0.1
1314
- env:
1415
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
1516
name: Run automated package publishing

0 commit comments

Comments
 (0)