Skip to content

Commit 4a3ee32

Browse files
Fix publishing/releasing issue with gpg
1 parent f240fde commit 4a3ee32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pgp.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//see: https://www.scala-sbt.org/sbt-pgp/usage.html
33

4+
useGpg := false
45
pgpPublicRing := file("./travis/pubring.gpg")
56
pgpSecretRing := file("./travis/secring.gpg")
67
pgpPassphrase := sys.env.get("PGP_PASS").map(_.toArray)

0 commit comments

Comments
 (0)