Skip to content

Commit c7b44ea

Browse files
committed
drop setup-gpg
1 parent 9042cd1 commit c7b44ea

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,4 @@ jobs:
118118
tar xf targets.tar
119119
rm targets.tar
120120
121-
- uses: olafurpg/setup-gpg@v3
122-
123121
- run: sbt ci-release

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ ThisBuild / githubWorkflowPublishTargetBranches := Seq(
3939
RefPredicate.Equals(Ref.Branch("main")),
4040
RefPredicate.StartsWith(Ref.Tag("v"))
4141
)
42-
ThisBuild / githubWorkflowPublishPreamble := Seq(WorkflowStep.Use(UseRef.Public("olafurpg", "setup-gpg", "v3")))
4342
ThisBuild / githubWorkflowPublish := Seq(WorkflowStep.Sbt(List("ci-release")))
4443
ThisBuild / githubWorkflowEnv ++= List("PGP_PASSPHRASE", "PGP_SECRET", "SONATYPE_PASSWORD", "SONATYPE_USERNAME").map { envKey =>
4544
envKey -> s"$${{ secrets.$envKey }}"

0 commit comments

Comments
 (0)