Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese committed Feb 27, 2024
1 parent a486f3f commit 96db9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<servers>
<server>
<id>ossrh</id>
<username>${env.MAVEN_USERNAME}</username>
<password>${env.MAVEN_PASSWORD}</password>
<username>${env.server-username}</username>
<password>${env.server-password}</password>
</server>
</servers>
</settings>

0 comments on commit 96db9d1

Please sign in to comment.