From e9d3187d8ace2dfcaf10b2dbe8e418b6a8b8d838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Thu, 25 Apr 2024 21:03:24 +0200 Subject: [PATCH] Use new certificate thumbprint --- publish/release.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish/release.ps1 b/publish/release.ps1 index b2cab00b5..d733d54f8 100644 --- a/publish/release.ps1 +++ b/publish/release.ps1 @@ -4,7 +4,7 @@ param ( [String] $PsGalleryApiKey, [String] $NugetApiKey, [String] $ChocolateyApiKey, - [String] $CertificateThumbprint = 'c7b0582906e5205b8399d92991694a614d0c0b22', + [String] $CertificateThumbprint = '2FCC9148EC2C9AB951C6F9654C0D2ED16AF27738', [Switch] $Force )