Skip to content

Commit ca019bc

Browse files
🩹 [Patch]: Replace CleanupPrereleases input with AutoCleanup in Publish-Module workflow
1 parent ea29fbd commit ca019bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/Publish-Module.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
ModulePath: outputs/module
3939
APIKey: ${{ secrets.APIKEY }}
4040
WhatIf: ${{ github.repository == 'PSModule/Process-PSModule' }}
41-
CleanupPrereleases: ${{ fromJson(inputs.Settings).Publish.Module.CleanupPrereleases }}
41+
AutoCleanup: ${{ fromJson(inputs.Settings).Publish.Module.AutoCleanup }}
4242
AutoPatching: ${{ fromJson(inputs.Settings).Publish.Module.AutoPatching }}
4343
DatePrereleaseFormat: ${{ fromJson(inputs.Settings).Publish.Module.DatePrereleaseFormat }}
4444
IgnoreLabels: ${{ fromJson(inputs.Settings).Publish.Module.IgnoreLabels }}

0 commit comments

Comments
 (0)