Skip to content

Commit

Permalink
add auth to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
moovida committed Aug 20, 2024
1 parent cb18f9c commit 70a9625
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,8 @@
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<username>${env.OSSRH_USERNAME}</username>
<password>${env.OSSRH_TOKEN}</password>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 70a9625

Please sign in to comment.