Skip to content

Commit

Permalink
v1.8.4.0
Browse files Browse the repository at this point in the history
- debug CI/CD
  • Loading branch information
Jake-Moore committed Nov 19, 2023
1 parent 631c190 commit 288d906
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,16 @@ jobs:
- name: Maven Settings
uses: s4u/[email protected]
with:
servers: '[{"id": "luxious-public", "username": "${{ secrets.LUXIOUS_NEXUS_USER }}", "password": "${{ secrets.LUXIOUS_NEXUS_PASS }}" }, {"id": "all-spigot-nms", "username": "jake-moore", "password": "${{ secrets.MY_TOKEN }}" }]'
servers: |
[{
"id": "luxious-public",
"username": "${{ secrets.MAVEN_NAME }}",
"password": "${{ secrets.MAVEN_SECRET }}"
},{
"id": "all-spigot-nms",
"username": "jake-moore",
"password": "${{ secrets.MY_TOKEN }}"
}]
- name: Build with Maven
run: mvn -B package --file pom.xml
Expand Down

0 comments on commit 288d906

Please sign in to comment.