File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 -p @semantic-release/changelog@5 \
4141 -p @semantic-release/git@9 \
4242 -p @semantic-release/exec@5 \
43- -p conventional-changelog-conventionalcommits \
43+ -p conventional-changelog-conventionalcommits@7 \
4444 semantic-release --dry-run
4545 - name : " Semantic Release"
4646 if : ${{ github.event.inputs.dryRun == 'false' }}
5151 -p @semantic-release/changelog@5 \
5252 -p @semantic-release/git@9 \
5353 -p @semantic-release/exec@5 \
54- -p conventional-changelog-conventionalcommits \
54+ -p conventional-changelog-conventionalcommits@7 \
5555 semantic-release
5656 - name : " Push automated release commits to release branch"
5757 if : ${{ github.event.inputs.dryRun == 'false' }}
@@ -73,11 +73,11 @@ jobs:
7373 uses : actions/checkout@v3
7474 with :
7575 ref : main
76- - name : " Install JDK 11 "
76+ - name : " Install JDK 17 "
7777 uses : actions/setup-java@v3
7878 with :
7979 distribution : " zulu"
80- java-version : " 11 "
80+ java-version : " 17 "
8181 cache : " gradle"
8282 - name : " Publish Android To Sonatype"
8383 run : |
You can’t perform that action at this time.
0 commit comments