Skip to content

Commit

Permalink
fix work flow maven deploy (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg authored Dec 23, 2023
1 parent df880a7 commit f4dcfa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'oracle'
server-id: sonatype-nexus-snapshots
server-username: MAVEN_USERNAME
server-password: MAVEN_CENTRAL_TOKEN
Expand Down

0 comments on commit f4dcfa3

Please sign in to comment.