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:
262
262
NIGHTLYBUILD : yes
263
263
PGP_PW : ${{ secrets.PGP_PW }} # PGP passphrase
264
264
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 }}
267
267
268
268
steps :
269
269
- name : Checkout cleanup script
@@ -366,8 +366,8 @@ jobs:
366
366
RELEASEBUILD : yes
367
367
PGP_PW : ${{ secrets.PGP_PW }} # PGP passphrase
368
368
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 }}
371
371
372
372
steps :
373
373
- name : Checkout cleanup script
Original file line number Diff line number Diff line change @@ -1096,6 +1096,7 @@ object Build {
1096
1096
settings(
1097
1097
name := sbtDottyName,
1098
1098
version := sbtDottyVersion,
1099
+ organization := " ch.epfl.lamp" ,
1099
1100
// Keep in sync with inject-sbt-dotty.sbt
1100
1101
libraryDependencies ++= Seq (
1101
1102
Dependencies .`jackson-databind`,
You can’t perform that action at this time.
0 commit comments