Skip to content

Commit

Permalink
Upload native launcher of scalajs-cli into tag with the same version …
Browse files Browse the repository at this point in the history
…as Scala.js
  • Loading branch information
lwronski committed Mar 7, 2023
1 parent bf1aac4 commit 0cb7e27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,8 @@ object ci extends Module {
else ("v" + version, false)

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

Expand Down

0 comments on commit 0cb7e27

Please sign in to comment.