Skip to content

Commit

Permalink
Explicitly start gpg agent
Browse files Browse the repository at this point in the history
Hopefully this will fix releasing
  • Loading branch information
ceedubs committed Oct 22, 2020
1 parent 6158678 commit 9925f8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@

set -euxo pipefail

# Since we are using the quick Nix installation, the gpg agent isn't started by a daemon.
# This may be a bit hacky, but we'll just explicitly load it.
gpgconf --reload gpg-agent

sbt ';ci-release;docs/docusaurusPublishGhpages'

0 comments on commit 9925f8b

Please sign in to comment.