Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
- Update CI
  • Loading branch information
Jake-Moore committed Dec 11, 2023
1 parent e29ac73 commit 640b294
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/maven-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,8 @@ jobs:
with:
servers: '[{"id": "luxious-public", "username": "${{ secrets.MAVEN_NAME }}", "password": "${{ secrets.MAVEN_SECRET }}"}, {"id": "luxious-private", "username": "${{ secrets.MAVEN_NAME }}", "password": "${{ secrets.MAVEN_SECRET }}"}]'

- name: Build with Maven
run: mvn -B package --file pom.xml

- name: Publish to Luxious Maven
run: mvn deploy
- name: Build & Publish to Luxious Maven
run: mvn -B deploy --file pom.xml

#--------------------------------------------------------------------------------------------
# Create a Github Release
Expand Down

0 comments on commit 640b294

Please sign in to comment.