We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf632c commit cf5673aCopy full SHA for cf5673a
src/releasing/release-files.sh
@@ -162,7 +162,8 @@ function releaseFiles() {
162
mkdir "$gpgDir"
163
chmod 700 "$gpgDir"
164
165
- importGpgKey "$gpgDir" "$gtDir/signing-key.public.asc" || die "was not able to import the signing-key, cannot release"
+ # we don't specify confirmationQuestion (i.e. empty) which means we trust it without consent
166
+ importGpgKey "$gpgDir" "$gtDir/signing-key.public.asc" "" || die "was not able to import the signing-key, cannot release"
167
168
local script
169
"$release_files_findForSigning" -type f -not -name "*.sig" -print0 |
0 commit comments