Skip to content

Commit

Permalink
Merge pull request #133 from cucumber/configure-sonatype-nexus-username
Browse files Browse the repository at this point in the history
Configure Sonatype Nexus Username
  • Loading branch information
lsuski authored Jul 26, 2024
2 parents fddd2a3 + d70e212 commit 03bdf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/realease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
nexus-username: cukebot
nexus-username: ${{ secrets.SONATYPE_USERNAME }}
nexus-password: ${{ secrets.SONATYPE_PASSWORD }}

create-github-release:
Expand Down

0 comments on commit 03bdf21

Please sign in to comment.