Skip to content

Commit c84c827

Browse files
committed
Dummit commit to test the workflows
1 parent f277083 commit c84c827

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ jobs:
3232

3333
- name: Install Semantic Release
3434
run: |
35-
npm install --global semantic-release
36-
npm install --global @semantic-release/git
37-
npm install --global @semantic-release/exec
38-
npm install --global semantic-release-pypi
35+
npm install --global semantic-release $(jq -r '.plugins[] | if type == "string" then . else .[0] end' .releaserc.json)
3936
4037
- name: Run semantic-release
4138
env:

0 commit comments

Comments
 (0)