We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c39c210 + 9cd892b commit c72c09bCopy full SHA for c72c09b
.github/workflows/release-sbt.yml
@@ -34,9 +34,8 @@ jobs:
34
with:
35
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
36
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
37
- nexus-username: cukebot
+ nexus-username: ${{ secrets.SONATYPE_USERNAME }}
38
nexus-password: ${{ secrets.SONATYPE_PASSWORD }}
39
- working-directory: .
40
41
create-github-release:
42
name: Create GitHub Release and Git tag
0 commit comments