This commit is contained in:
Julien Lengrand-Lambert
2020-07-22 23:51:51 +02:00
parent ef691445f3
commit 9080f37f4f

View File

@@ -16,7 +16,7 @@ jobs:
uses: whelk-io/maven-settings-xml-action@v10
with:
servers: '[{"id": "github", "username": "jlengrand", "password": "${GITHUB_TOKEN}"}]'
repositories: '[{ "id": "central", "url": "https://repo1.maven.org/maven2" }, { "id": "github", "url": "https://maven.pkg.github.com/jlengrand/cellar-driver" }]'
repositories: '[{ "id": "central2", "url": "https://repo1.maven.org/maven2" }, { "id": "github", "url": "https://maven.pkg.github.com/jlengrand/cellar-driver" }]'
- name: Build with Maven
run: mvn -B deploy #mvn -B package --file pom.xml
env: