There was an error while loading. Please reload this page.
1 parent 5700352 commit 321162dCopy full SHA for 321162d
tools/release.sh
@@ -20,7 +20,7 @@ signcmd=dist-sign
20
21
echo "# Selecting GPG key ..."
22
23
-gpgkey=$(gpg --list-secret-keys | grep '^sec' | awk -F'( +|/)' '{print $3}')
+gpgkey=$(gpg --list-secret-keys | awk -F'( +|/)' '/^(sec|ssb)/{print $3}')
24
keycount=$(echo $gpgkey | wc -w)
25
26
if [ $keycount -eq 0 ]; then
0 commit comments