Skip to content

Commit

Permalink
corrected hopefully maven snapshot deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Dec 28, 2023
1 parent f0d3ab6 commit a70f0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: maven
server-id: sonatype-nexus-snapshots
server-id: sonatype-nexus-snapshots
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
- name: Build with Maven
Expand Down

0 comments on commit a70f0d1

Please sign in to comment.