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.
2 parents aa1d9a1 + ae63cd0 commit 11de558Copy full SHA for 11de558
2 files changed
build.sbt
@@ -25,7 +25,7 @@ ThisBuild / githubWorkflowTargetTags += "v*"
25
26
ThisBuild / githubWorkflowPublishPreamble +=
27
WorkflowStep.Run(
28
- List("echo $PGP_SECRET | gpg --import"), // TODO we'll need to strip the encryption here, which is a pain, if we can't remove it earlier
+ List("echo $PGP_SECRET | gpg --import"),
29
name = Some("Import signing key"))
30
31
ThisBuild / githubWorkflowPublish := Seq(WorkflowStep.Sbt(List("release")))
gpg.sh
0 commit comments