Skip to content

Commit

Permalink
v1.8.4.0
Browse files Browse the repository at this point in the history
- Switch to publishing to Luxious Nexus
  • Loading branch information
Jake-Moore committed Nov 19, 2023
1 parent 8976058 commit e9f1220
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ jobs:
with:
servers: '[{"id": "luxious-public", "username": "${{ secrets.LUXIOUS_NEXUS_USER }}", "password": "${{ secrets.LUXIOUS_NEXUS_PASS }}" }, {"id": "all-spigot-nms-github", "username": "jake-moore", "password": "${{ secrets.MY_TOKEN }}" }]'

- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Show extracted LUXIOUS_NEXUS_USER
run: echo ${{ secrets.LUXIOUS_NEXUS_USER }}

- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Publish to Luxious Maven
run: mvn -B deploy -s $GITHUB_WORKSPACE/settings.xml -f pom.xml

0 comments on commit e9f1220

Please sign in to comment.