We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08541b8 commit 0514ad8Copy full SHA for 0514ad8
build.sbt
@@ -1,6 +1,6 @@
1
pgpPassphrase := Some(getEnvVar("PGP_PASSPHRASE").getOrElse("").toCharArray)
2
-pgpPublicRing := file(s"./pubring.gpg")
3
-pgpSecretRing := file(s"./secring.gpg")
+pgpPublicRing := file(s"$gpgFolder/pubring.gpg")
+pgpSecretRing := file(s"$gpgFolder/secring.gpg")
4
5
lazy val `sbt-microsites` = (project in file("."))
6
.settings(moduleName := "sbt-microsites")
version.sbt
@@ -1 +1 @@
-version in ThisBuild := "0.5.7"
+version in ThisBuild := "0.5.8-SNAPSHOT"
0 commit comments