You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/releasing/release-files.sh
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -162,8 +162,7 @@ function releaseFiles() {
162
162
mkdir "$gpgDir"
163
163
chmod 700 "$gpgDir"
164
164
165
-
gpg --homedir "$gpgDir" --batch --no-tty --import "$gtDir/signing-key.public.asc"|| die "was not able to import %s""$gtDir/signing-key.public.asc"
166
-
trustGpgKey "$gpgDir""info@tegonal.com"|| logInfo "could not trust key with id info@tegonal.com, you will see warnings due to this during signing the files"
165
+
importGpgKey "$gpgDir""$gtDir/signing-key.public.asc"|| die "was not able to import the signing-key, cannot release"
167
166
168
167
local script
169
168
"$release_files_findForSigning" -type f -not -name "*.sig" -print0 |
0 commit comments