You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,11 @@ inputs:
14
14
description: PowerShell Gallery API Key.
15
15
required: true
16
16
AutoCleanup:
17
-
description: Control wether to automatically delete the prerelease tags after the stable release is created.
17
+
description: Control whether to automatically delete the prerelease tags after the stable release is created.
18
18
required: false
19
19
default: 'true'
20
20
AutoPatching:
21
-
description: Control wether to automatically handle patches. If disabled, the action will only create a patch release if the pull request has a 'patch' label.
21
+
description: Control whether to automatically handle patches. If disabled, the action will only create a patch release if the pull request has a 'patch' label.
0 commit comments