Skip to content

Commit

Permalink
Merge pull request #255 from arkivanov/use-java-11-in-publication-act…
Browse files Browse the repository at this point in the history
…ions

Use Java 11 in publication actions
  • Loading branch information
arkivanov authored Oct 13, 2021
2 parents 9bde0a1 + f32bd76 commit 4828505
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Java
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: Publish Metadata
env:
SONATYPE_REPOSITORY_ID: ${{ needs.create-staging-repository.outputs.repository-id }}
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Install Java
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: Publish
env:
SONATYPE_REPOSITORY_ID: ${{ needs.create-staging-repository.outputs.repository-id }}
Expand All @@ -65,7 +65,7 @@ jobs:
- name: Install Java
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: Publish
env:
SONATYPE_REPOSITORY_ID: ${{ needs.create-staging-repository.outputs.repository-id }}
Expand Down

0 comments on commit 4828505

Please sign in to comment.