Skip to content

Commit 3196f52

Browse files
authored
chore(CI): use GitHub actions instead of npx
1 parent bf4a6e6 commit 3196f52

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525
- run: npm test -- --coverage
2626
- uses: codecov/codecov-action@v1
2727

28-
- run: npx semantic-release
28+
- uses: cycjimmy/semantic-release-action@v2
29+
with:
30+
extra_plugins: |
31+
@semantic-release/git
2932
env:
3033
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3134
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)