Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .github/workflows/publish-plugin-and-cli-from-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: "[M] Plugin and CLI: publish as archives"
on:
workflow_call:
inputs:
minor-release:
type: string
description: "It adds minor release indicator to version."
required: false
default: 'none'

version-postfix:
type: string
description: "It adds postfix (alpha or beta) to version (optional)."
Expand All @@ -27,10 +33,10 @@ on:
type: choice
description: "It adds alpha or beta postfix to version."
required: true
default: no-postfix
default: no-postfix-prod
options:
- no-postfix
- no-postfix-prod
- no-postfix
- alpha
- beta

Expand Down