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