From 449bf026fcea343f6c6211559546708efd932694 Mon Sep 17 00:00:00 2001 From: jpardogrowthaccelerationpartners <111309322+jpardogrowthaccelerationpartners@users.noreply.github.com> Date: Wed, 19 Jun 2024 10:42:16 -0400 Subject: [PATCH] Update on-release.yml --- .github/workflows/on-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index 3883c8ae..d25cd55f 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -79,5 +79,5 @@ jobs: Password = (ConvertTo-SecureString -String "${{ env.ARTIFACTS_API_KEY }}" -AsPlainText -Force) } - Import-Module ../../eng/promote-packages.psm1 + Import-Module ../../eng/promote-packages.ps1 Invoke-Promote @arguments