Skip to content

Commit bad2ac0

Browse files
Special-case publishing for the Dotty SBT plugin & its org name
1 parent 1040e5c commit bad2ac0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,8 @@ jobs:
517517
RELEASEBUILD: yes
518518
PGP_PW: ${{ secrets.PGP_PW }} # PGP passphrase
519519
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 }}
522522

523523
steps:
524524
- name: Checkout cleanup script

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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`,

0 commit comments

Comments
 (0)