Skip to content

Commit

Permalink
Fix release process (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Jun 28, 2024
1 parent 7715e38 commit 47c0173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ThisBuild / developers :=
)
)

addCommandAlias("releaseSbtDatadog", "project sbt-datadog;clean;ci-release")
addCommandAlias("releaseZioOpentelemetryDatadogTracingProvider", "project zio-opentelemetry-datadog-tracing-provider;clean;+ci-release")
addCommandAlias("releaseSbtDatadog", "project sbt-datadog;clean;Test/compile;ci-release")
addCommandAlias("releaseZioOpentelemetryDatadogTracingProvider", "project zio-opentelemetry-datadog-tracing-provider;clean;+Test/compile;ci-release")

val scala212 = "2.12.19"
val scala213 = "2.13.14"
Expand Down

0 comments on commit 47c0173

Please sign in to comment.