Skip to content

Commit

Permalink
update env vars to match other repos
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Jun 17, 2024
1 parent a0f442f commit 9960da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ cat > release-settings.xml <<EOF
<servers>
<server>
<id>ossrh</id>
<username>${SONATYPE_USERNAME}</username>
<password>${SONATYPE_PASSWORD}</password>
<username>${SONATYPE_USER}</username>
<password>${SONATYPE_KEY}</password>
</server>
</servers>
<profiles>
Expand Down

0 comments on commit 9960da4

Please sign in to comment.