Skip to content

Commit

Permalink
Use gpg1.x workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaJCB committed Aug 24, 2020
1 parent 5498dc6 commit c039bdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -166,6 +166,8 @@ jobs:
tar xf targets.tar
rm targets.tar
- run: export GPG_TTY=$(tty)

- env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
Expand Down
1 change: 1 addition & 0 deletions build.sbt
Expand Up @@ -25,6 +25,7 @@ ThisBuild / githubWorkflowPublishTargetBranches :=
Seq(RefPredicate.StartsWith(Ref.Tag("v")))

ThisBuild / githubWorkflowPublish := Seq(
WorkflowStep.Run(List("export GPG_TTY=$(tty)")),
WorkflowStep.Sbt(
List("ci-release"),
env = Map(
Expand Down

0 comments on commit c039bdc

Please sign in to comment.