From 3bd63dcbf7ba5dd82e3f610717e7162bc0486cf3 Mon Sep 17 00:00:00 2001 From: Anam Navied Date: Tue, 10 Aug 2021 13:00:26 -0400 Subject: [PATCH] fix minor typo in release yml --- .ci/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/release.yml b/.ci/release.yml index bc808d402..6c8527990 100644 --- a/.ci/release.yml +++ b/.ci/release.yml @@ -28,7 +28,7 @@ jobs: displayName: 'Capture PowerShellGet module NuGet package path and set environment variable' - task: NuGetCommand@2 - displayName: 'Push Microsoft.PowerShell.Store module artifacts to PSGallery feed' + displayName: 'Push PowerShellGet module artifacts to PSGallery feed' inputs: command: push packagesToPush: '$(NugetPkgPath)'