Skip to content

Commit 39cd3d4

Browse files
authored
Update ci.yml
1 parent cd8b204 commit 39cd3d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
- uses: actions/checkout@v2
1010
with:
1111
fetch-depth: 0
12+
- name: Install Plugins
13+
run: npm install @semantic-release/git @semantic-release/changelog -D
14+
env:
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1216
- name: Release
1317
run: npx semantic-release
1418
env:

0 commit comments

Comments
 (0)