Skip to content

Commit 772fbd3

Browse files
author
Achaad
committed
fix: fix .releaserc command
1 parent 8a038b4 commit 772fbd3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@ jobs:
2424
uses: cycjimmy/semantic-release-action@v4.1.1
2525
with:
2626
semantic_version: 18.0.0
27+
extra_plugins: |
28+
@semantic-release/changelog@5.0.1
29+
@semantic-release/git
30+
@semantic-release/exec
2731
env:
2832
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)