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 b3738fe commit ae63cd0Copy full SHA for ae63cd0
2 files changed
build.sbt
@@ -16,8 +16,6 @@ ThisBuild / githubWorkflowEnv ++= Map(
16
ThisBuild / githubWorkflowTargetTags += "v*"
17
ThisBuild / githubWorkflowPublish := Seq(WorkflowStep.Sbt(List("ci-release")))
18
19
-import com.jsuereth.sbtpgp.PgpKeys.gpgCommand
20
-Global / gpgCommand := (baseDirectory.value / "gpg.sh").getAbsolutePath
21
22
lazy val root = project.in(file("."))
23
.aggregate(core.jvm, core.js, munit.jvm, munit.js)
gpg.sh
0 commit comments