Skip to content

Commit c72c09b

Browse files
authored
Merge pull request #377 from cucumber/configure-sonatype-nexus-username
Configure Sonatype Nexus Username
2 parents c39c210 + 9cd892b commit c72c09b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-sbt.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ jobs:
3434
with:
3535
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
3636
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
37-
nexus-username: cukebot
37+
nexus-username: ${{ secrets.SONATYPE_USERNAME }}
3838
nexus-password: ${{ secrets.SONATYPE_PASSWORD }}
39-
working-directory: .
4039

4140
create-github-release:
4241
name: Create GitHub Release and Git tag

0 commit comments

Comments
 (0)