Skip to content

Commit

Permalink
Merge pull request #2250 from TouK/release-missing-standalone-publish
Browse files Browse the repository at this point in the history
Fix for: release haven't published standaloneApp image
  • Loading branch information
arkadius authored Sep 23, 2021
2 parents 98b00cb + bd7455c commit 35042ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -1138,6 +1138,7 @@ lazy val root = (project in file("."))
releaseStepCommandAndRemaining("+publishSigned"),
releaseStepCommand("dist/universal:packageZipTarball"),
releaseStepCommand("dist/docker:publish"),
releaseStepCommand("standaloneApp/docker:publish"),
releaseStepCommand("sonatypeBundleRelease"),
setNextVersion,
commitNextVersion,
Expand Down

0 comments on commit 35042ae

Please sign in to comment.