Skip to content

Commit cbccb23

Browse files
authored
fix minor typo in release yml (#455)
1 parent c921b0c commit cbccb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
displayName: 'Capture PowerShellGet module NuGet package path and set environment variable'
2929
3030
- task: NuGetCommand@2
31-
displayName: 'Push Microsoft.PowerShell.Store module artifacts to PSGallery feed'
31+
displayName: 'Push PowerShellGet module artifacts to PSGallery feed'
3232
inputs:
3333
command: push
3434
packagesToPush: '$(NugetPkgPath)'

0 commit comments

Comments
 (0)