From bcf78ce897c71290cb85dc448e4240602767ed7b Mon Sep 17 00:00:00 2001 From: Jiri Formacek Date: Tue, 20 Aug 2024 12:06:17 +0200 Subject: [PATCH] updated workflow --- .github/workflows/publishToGallery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publishToGallery.yml b/.github/workflows/publishToGallery.yml index 2aec372..c5ff86c 100644 --- a/.github/workflows/publishToGallery.yml +++ b/.github/workflows/publishToGallery.yml @@ -37,7 +37,7 @@ jobs: - name: Install prerequisites shell: pwsh run: | - Install-Module AadAuthenticationFactory -AllowPrerelease -Force -Scope CurrentUser + Install-Module AadAuthenticationFactory -Force -Scope CurrentUser - name: Install AzureSignTool shell: pwsh