Skip to content

Commit 5f8d3d3

Browse files
authored
ci: Update Java version, pin conventional commits (#67)
1 parent a640061 commit 5f8d3d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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' }}
@@ -51,7 +51,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)