mirror of
https://github.com/actions/setup-java.git
synced 2025-05-21 18:01:46 +00:00
fix e2e tests
This commit is contained in:
parent
f20fd4754a
commit
f74bcbe5b4
8
.github/workflows/e2e-publishing.yml
vendored
8
.github/workflows/e2e-publishing.yml
vendored
@ -26,8 +26,8 @@ jobs:
|
||||
uses: ./
|
||||
id: setup-java
|
||||
with:
|
||||
java-version: 'adopt'
|
||||
distribution: '11'
|
||||
distribution: 'adopt'
|
||||
java-version: '11'
|
||||
server-id: maven
|
||||
server-username: MAVEN_USERNAME
|
||||
server-password: MAVEN_CENTRAL_TOKEN
|
||||
@ -67,8 +67,8 @@ jobs:
|
||||
uses: ./
|
||||
id: setup-java
|
||||
with:
|
||||
java-version: 'adopt'
|
||||
distribution: '11'
|
||||
distribution: 'adopt'
|
||||
java-version: '11'
|
||||
server-id: maven
|
||||
server-username: MAVEN_USERNAME
|
||||
server-password: MAVEN_CENTRAL_TOKEN
|
||||
|
Loading…
Reference in New Issue
Block a user