Skip to content

Commit

Permalink
Downgrade sbt-release to 1.0.9 to prevent these errors:
Browse files Browse the repository at this point in the history
[info] gpg: skipped " ": malformed user id
[info] gpg: signing failed: malformed user id
[info] error: gpg failed to sign the data
[info] fatal: failed to write commit object
  • Loading branch information
fthomas committed Nov 1, 2018
1 parent c5f5de3 commit 6df8abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugin-release.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.10")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.9")

0 comments on commit 6df8abe

Please sign in to comment.