Skip to content

Commit 766817d

Browse files
author
mashal-m
committed
refactor: update ci file
1 parent 42c3051 commit 766817d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
run: npm run i18n_extract
3737
- name: Coverage
3838
uses: codecov/codecov-action@v3
39+
- name: prep plugins
40+
run: npm install -D @semantic-release/changelog @semantic-release/git @semantic-release/exec
3941
- name: Run semantic release
4042
env:
4143
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{
2020
"publishCmd": "echo ::set-output name=nextVer::${nextRelease.version}"
2121
}
22-
],
22+
],
2323
{
2424
"path": "@semantic-release/github",
2525
"assets": {

0 commit comments

Comments
 (0)