We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.
1 parent e77dcf0 commit 0c5374eCopy full SHA for 0c5374e
.github/workflows/publish-plugin-and-cli-from-branch.yml
@@ -3,6 +3,12 @@ name: "[M] Plugin and CLI: publish as archives"
3
on:
4
workflow_call:
5
inputs:
6
+ minor-release:
7
+ type: string
8
+ description: "It adds minor release indicator to version."
9
+ required: false
10
+ default: 'none'
11
+
12
version-postfix:
13
type: string
14
description: "It adds postfix (alpha or beta) to version (optional)."
@@ -27,10 +33,10 @@ on:
27
33
type: choice
28
34
description: "It adds alpha or beta postfix to version."
29
35
required: true
30
- default: no-postfix
36
+ default: no-postfix-prod
31
37
options:
32
- - no-postfix
38
- no-postfix-prod
39
+ - no-postfix
40
- alpha
41
- beta
42
0 commit comments