Skip to content

Commit

Permalink
chore: 🤖 fix release workflow by not doing git operations from sbt-re…
Browse files Browse the repository at this point in the history
…leas
  • Loading branch information
gaeljw committed Mar 12, 2022
1 parent 4c6d941 commit 2aef7cd
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,14 @@ releaseProcess := Seq[ReleaseStep](
inquireVersions,
runClean,
runTest,
setReleaseVersion,
commitReleaseVersion,
tagRelease,
// the 3 following steps are part of the Cucumber release process
//setReleaseVersion,
//commitReleaseVersion,
//tagRelease,
releaseStepCommandAndRemaining("publishSigned"),
releaseStepCommand("sonatypeBundleRelease"),
setNextVersion,
commitNextVersion,
pushChanges
// the 3 following steps are part of the Cucumber release process
//setNextVersion,
//commitNextVersion,
//pushChanges
)

0 comments on commit 2aef7cd

Please sign in to comment.