We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189ce5d commit d229483Copy full SHA for d229483
1 file changed
plugin/src/main/scala/com/geirsson/CiReleasePlugin.scala
@@ -74,7 +74,8 @@ object CiReleasePlugin extends AutoPlugin {
74
)
75
setupGpg()
76
// https://github.com/olafurpg/sbt-ci-release/issues/64
77
- val reloadKeyFiles = "; set pgpSecretRing := pgpSecretRing.value; set pgpPublicRing := pgpPublicRing.value"
+ val reloadKeyFiles =
78
+ "; set pgpSecretRing := pgpSecretRing.value; set pgpPublicRing := pgpPublicRing.value"
79
if (!isTravisTag) {
80
if (isSnapshotVersion(currentState)) {
81
println(s"No tag push, publishing SNAPSHOT")
0 commit comments