We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26624d8 commit 6e7510bCopy full SHA for 6e7510b
.github/workflows/release-on-merge.yml
@@ -24,11 +24,11 @@ jobs:
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
with:
27
- semantic_version: 17
+ semantic_version: 19
28
extra_plugins: |
29
- @semantic-release/changelog
30
- @semantic-release/git
31
- @semantic-release/github
+ @semantic-release/changelog@6
+ @semantic-release/git@10
+ @semantic-release/github@8
32
- name: Push updates to branch for major version
33
if: |
34
steps.semantic.outputs.new_release_published == 'true' &&
0 commit comments