From 6cb16581ba8cd70523a408009aad6f1f98914875 Mon Sep 17 00:00:00 2001 From: "James A. Overton" Date: Tue, 28 May 2024 15:34:57 -0400 Subject: [PATCH] Add pinentry_mac to release script dependencies --- util/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/release.sh b/util/release.sh index d229aae5f..c13eb6a05 100755 --- a/util/release.sh +++ b/util/release.sh @@ -1,5 +1,5 @@ #!/usr/bin/env nix-shell -#! nix-shell -i bash -p jdk11_headless maven git gitAndTools.gh jq semver-tool gnupg +#! nix-shell -i bash -p jdk11_headless maven git gitAndTools.gh jq semver-tool gnupg pinentry_mac # # This script helps to automate ROBOT releases. # When a manual step is required, it will wait for the user.