Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-constine-ttd committed Jul 11, 2024
1 parent f26148a commit 54d8bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared-publish-to-maven-versioned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
<server>
<id>ossrh</id>
<username>${{ secrets.SONATYPE_REPO_USERNAME }}</username>
<password>${{ sercets.SONATYPE_REPO_TOKEN }}</password>
<password>${{ secrets.SONATYPE_REPO_TOKEN }}</password>
</server>
</servers>
</settings>
Expand Down

0 comments on commit 54d8bed

Please sign in to comment.