Skip to content

Commit 4e3649a

Browse files
committed
ci: update semantic-release
1 parent ab188ea commit 4e3649a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-on-merge.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
with:
27-
semantic_version: 17
27+
semantic_version: 19
2828
extra_plugins: |
29-
@semantic-release/changelog
30-
@semantic-release/git
31-
@semantic-release/github
29+
@semantic-release/changelog@6
30+
@semantic-release/git@10
31+
@semantic-release/github@8
3232
- name: Push updates to branch for major version
3333
if: |
3434
steps.semantic.outputs.new_release_published == 'true' &&

0 commit comments

Comments
 (0)