Skip to content

Commit 11de558

Browse files
authored
Merge branch 'main' into build/redo
2 parents aa1d9a1 + ae63cd0 commit 11de558

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ThisBuild / githubWorkflowTargetTags += "v*"
2525

2626
ThisBuild / githubWorkflowPublishPreamble +=
2727
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
28+
List("echo $PGP_SECRET | gpg --import"),
2929
name = Some("Import signing key"))
3030

3131
ThisBuild / githubWorkflowPublish := Seq(WorkflowStep.Sbt(List("release")))

gpg.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)