Skip to content

Commit e532029

Browse files
committed
Fix GPG signing key
1 parent 1bdf644 commit e532029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ci/build-phar.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ if [[ "$GPG_SIGNING" != '' ]] ; then
3636

3737
echo "Sign Phar"
3838

39-
echo "$GPG_PASSPHRASE" | gpg --command-fd 0 --passphrase-fd 0 --pinentry-mode loopback -u 12CE0F1D262429A5 --batch --detach-sign --armor --output build/psalm.phar.asc build/psalm.phar
39+
echo "$GPG_PASSPHRASE" | gpg --command-fd 0 --passphrase-fd 0 --pinentry-mode loopback -u 99BF4D9A33D65E1E --batch --detach-sign --armor --output build/psalm.phar.asc build/psalm.phar
4040
fi

0 commit comments

Comments
 (0)