mirror of
https://github.com/jlengrand/cellar.git
synced 2026-03-10 08:01:19 +00:00
Update maven.yml
This commit is contained in:
committed by
GitHub
parent
55a2153c9a
commit
df53c35a2f
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
env:
|
||||
PASSWORD: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
servers: '[{"id": "github", "username": "${{ secrets.GITHUB_USERNAME }}", "password": "${{ secrets.GITHUB_PASSWORD }}"}]'
|
||||
servers: '[{"id": "github", "username": "jlengrand", "password": "${{ secrets.GITHUB_TOKEN }}"}]'
|
||||
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: cat ~/.m2/settings.xml; mvn -B deploy #mvn -B package --file pom.xml
|
||||
|
||||
Reference in New Issue
Block a user