Skip to content

Commit 29d1790

Browse files
🩹 [Patch]: Remove PrereleaseLabels input from Publish-Module workflow and add ReleaseType input
1 parent 06c378a commit 29d1790

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
AutoPatching: ${{ fromJson(inputs.Settings).Publish.Module.AutoPatching }}
5454
DatePrereleaseFormat: ${{ fromJson(inputs.Settings).Publish.Module.DatePrereleaseFormat }}
5555
IgnoreLabels: ${{ fromJson(inputs.Settings).Publish.Module.IgnoreLabels }}
56-
PrereleaseLabels: ${{ fromJson(inputs.Settings).Publish.Module.PrereleaseLabels }}
5756
ReleaseType: ${{ fromJson(inputs.Settings).Run.ReleaseType }}
5857
IncrementalPrerelease: ${{ fromJson(inputs.Settings).Publish.Module.IncrementalPrerelease }}
5958
MajorLabels: ${{ fromJson(inputs.Settings).Publish.Module.MajorLabels }}

0 commit comments

Comments
 (0)