File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -262,8 +262,8 @@ jobs:
262262 NIGHTLYBUILD : yes
263263 PGP_PW : ${{ secrets.PGP_PW }} # PGP passphrase
264264 PGP_SECRET : ${{ secrets.PGP_SECRET }} # Export your private and public PGP key to an *.asc file, take the file's contents as a string
265- SONATYPE_PW : ${{ secrets.SONATYPE_PW }}
266- SONATYPE_USER : ${{ secrets.SONATYPE_USER }}
265+ SONATYPE_PW : ${{ secrets.SONATYPE_PW_ORGSCALALANG }}
266+ SONATYPE_USER : ${{ secrets.SONATYPE_USER_ORGSCALALANG }}
267267
268268 steps :
269269 - name : Checkout cleanup script
@@ -366,8 +366,8 @@ jobs:
366366 RELEASEBUILD : yes
367367 PGP_PW : ${{ secrets.PGP_PW }} # PGP passphrase
368368 PGP_SECRET : ${{ secrets.PGP_SECRET }} # Export your private and public PGP key to an *.asc file, take the file's contents as a string
369- SONATYPE_PW : ${{ secrets.SONATYPE_PW }}
370- SONATYPE_USER : ${{ secrets.SONATYPE_USER }}
369+ SONATYPE_PW : ${{ secrets.SONATYPE_PW_ORGSCALALANG }}
370+ SONATYPE_USER : ${{ secrets.SONATYPE_USER_ORGSCALALANG }}
371371
372372 steps :
373373 - name : Checkout cleanup script
Original file line number Diff line number Diff line change @@ -1096,6 +1096,7 @@ object Build {
10961096 settings(
10971097 name := sbtDottyName,
10981098 version := sbtDottyVersion,
1099+ organization := " ch.epfl.lamp" ,
10991100 // Keep in sync with inject-sbt-dotty.sbt
11001101 libraryDependencies ++= Seq (
11011102 Dependencies .`jackson-databind`,
You can’t perform that action at this time.
0 commit comments