Skip to content

Commit 748a7e2

Browse files
authored
ci: set SONATYPE_USERNAME from github secret (#493)
1 parent b905431 commit 748a7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
CI_SNAPSHOT_RELEASE: "+publishSigned"
3535
PGP_PASSPHRASE: ${{ secrets.PGP_PASSWORD }}
3636
PGP_SECRET: ${{ secrets.PGP_SECRET }}
37-
SONATYPE_USERNAME: soundcloud
37+
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USER }}
3838
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
3939
run: sbt ci-release

0 commit comments

Comments
 (0)