Skip to content

Commit

Permalink
Fix publishing/releasing issue with gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-podzigun committed Jun 3, 2021
1 parent f240fde commit 4a3ee32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pgp.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

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

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

0 comments on commit 4a3ee32

Please sign in to comment.