mirror of
https://github.com/google/guice.git
synced 2024-04-21 12:32:36 +00:00
fix java-version property for publish workflow.
PiperOrigin-RevId: 422652617
This commit is contained in:
@@ -53,7 +53,7 @@ jobs:
|
||||
- name: Setup JDK
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: ${{ matrix.java }}
|
||||
java-version: 11
|
||||
distribution: 'zulu'
|
||||
server-id: google-snapshots
|
||||
server-username: MAVEN_USERNAME
|
||||
|
||||
Reference in New Issue
Block a user