File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -517,8 +517,8 @@ jobs:
517
517
RELEASEBUILD : yes
518
518
PGP_PW : ${{ secrets.PGP_PW }} # PGP passphrase
519
519
PGP_SECRET : ${{ secrets.PGP_SECRET }} # Export your private and public PGP key to an *.asc file, take the file's contents as a string
520
- SONATYPE_PW : ${{ secrets.SONATYPE_PW }}
521
- SONATYPE_USER : ${{ secrets.SONATYPE_USER }}
520
+ SONATYPE_PW : ${{ secrets.SONATYPE_PW_CHLAMPEPFL }}
521
+ SONATYPE_USER : ${{ secrets.SONATYPE_USER_LAMPCHLAMPEPFL }}
522
522
523
523
steps :
524
524
- 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