ci: make profile required field when triggering build packages manually

This commit is contained in:
Ivan Dyachkov 2024-02-21 12:57:06 +01:00
parent 92c00ee21a
commit d360661143
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ on:
ref:
required: false
profile:
required: false
required: true
default: 'emqx'
publish:
required: false
type: boolean