File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,20 @@ jobs:
2727 git checkout -b temp-merge-branch
2828 git merge --no-ff origin/${{ github.event.pull_request.head.ref }} --message "Test"
2929
30- - name : Semantic Release
30+ - name : Release
3131 id : semantic-release
32- uses : cycjimmy/semantic-release-action@v6
32+ uses : cycjimmy/semantic-release-action@v2
3333 with :
34- unset_gha_env : ${{ github.event_name == 'pull_request' }}
35- ci : ${{ github.event_name == 'pull_request' && false || '' }}
34+ semantic_version : 18.0.0
35+ extra_plugins : |
36+ @semantic-release/changelog@6.0.0
37+ @semantic-release/git@10.0.0
38+ conventional-changelog-conventionalcommits@4.6.3
39+ dry_run : true
3640 env :
3741 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3842
43+
3944 - name : Show version preview output
4045 if : ${{ github.event_name == 'pull_request' }}
4146 run : |
You can’t perform that action at this time.
0 commit comments