Skip to content

Commit 7ac418e

Browse files
authored
Merge pull request #10 from VirtusLab/fix-publish
Adjust ghOrg to virtuslab
2 parents 23df0a8 + 5f3bd2b commit 7ac418e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ object tests extends ScalaModule {
214214
}
215215
}
216216

217-
def ghOrg = "scala-cli"
217+
def ghOrg = "virtuslab"
218218
def ghName = "scala-js-cli"
219219
trait ScalaJsCliPublishModule extends PublishModule {
220220
import mill.scalalib.publish._
@@ -362,9 +362,9 @@ object ci extends Module {
362362
if (version.endsWith("-SNAPSHOT")) ("launchers", true)
363363
else ("v" + version, false)
364364

365-
Upload.upload("scala-cli", "scala-js-cli", ghToken, tag, dryRun = false, overwrite = overwriteAssets)(launchers: _*)
365+
Upload.upload(ghOrg, ghName, ghToken, tag, dryRun = false, overwrite = overwriteAssets)(launchers: _*)
366366
if(version != scalaJsVersion) // when we release `0.13.0.1` we should also update native launchers in tag `0.13.0`
367-
Upload.upload("scala-cli", "scala-js-cli", ghToken, s"v$scalaJsVersion", dryRun = false, overwrite = true)(launchers: _*)
367+
Upload.upload(ghOrg, ghName, ghToken, s"v$scalaJsVersion", dryRun = false, overwrite = true)(launchers: _*)
368368
}
369369
}
370370

0 commit comments

Comments
 (0)