Skip to content

Commit 8e08460

Browse files
fix(build): push to maven to update gpg (#48)
1 parent 5184e81 commit 8e08460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/setupSigning.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ echo "Importing signing key..."
1313
openssl aes-256-cbc -K $encrypted_4b7d603e7466_key -iv $encrypted_4b7d603e7466_iv -in build/signing.key.enc -out build/signing.key -d
1414

1515
gpg --version
16-
gpg --fast-import build/signing.key
16+
gpg --batch --import build/signing.key
1717
rm build/signing.key
1818

1919
echo "Signing key import finished!"

0 commit comments

Comments
 (0)