Skip to content

Commit

Permalink
Merge pull request #466 from signalfx/update_sonatype_env_vars
Browse files Browse the repository at this point in the history
Update env vars to match other repos
  • Loading branch information
laurit authored Jun 18, 2024
2 parents a0f442f + 9960da4 commit c764ef5
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 c764ef5

Please sign in to comment.