Skip to content

Commit

Permalink
Merge pull request #377 from cucumber/configure-sonatype-nexus-username
Browse files Browse the repository at this point in the history
Configure Sonatype Nexus Username
  • Loading branch information
gaeljw authored Jul 19, 2024
2 parents c39c210 + 9cd892b commit c72c09b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-sbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ 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 }}
working-directory: .

create-github-release:
name: Create GitHub Release and Git tag
Expand Down

0 comments on commit c72c09b

Please sign in to comment.