Skip to content

Commit

Permalink
Replaced hard coded username with variable
Browse files Browse the repository at this point in the history
  • Loading branch information
x7airworker committed Jul 12, 2024
1 parent cf46fe5 commit 21aaf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</server>
<server>
<id>ossrh</id>
<username>JavaWebStack</username>
<username>${env.OSSRH_USERNAME}</username>
<password>${env.OSSRH_PASSWORD}</password>
</server>
<server>
Expand Down

0 comments on commit 21aaf6d

Please sign in to comment.