Skip to content

Commit

Permalink
temporary snapshot check disable
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadius committed Nov 7, 2024
1 parent 00b6489 commit 5281e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ lazy val root = (project in file("."))
)
} else {
Seq[ReleaseStep](
checkSnapshotDependencies,
// checkSnapshotDependencies,
runClean,
tagRelease,
releaseStepCommandAndRemaining("+publishSigned"),
Expand Down

0 comments on commit 5281e80

Please sign in to comment.