Skip to content

Commit

Permalink
Fix release step
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMtnez committed May 18, 2021
1 parent 40202ad commit c178593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
tar xf targets.tar
rm targets.tar
- run: sbt ++${{ matrix.scala }} release
- run: sbt ++${{ matrix.scala }} ci-release

- if: matrix.scala == '2.12.13'
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ThisBuild / githubWorkflowPublishTargetBranches := Seq(RefPredicate.StartsWith(R

ThisBuild / githubWorkflowPublish := Seq(
WorkflowStep.Sbt(
List("release")
List("ci-release")
)
) ++ micrositeWorkflowSteps(Some(MicrositesCond)).toSeq :+ WorkflowStep.Sbt(
List("docs/publishMicrosite"),
Expand Down

0 comments on commit c178593

Please sign in to comment.