Browse Source

ci: make profile required field when triggering build packages manually

Ivan Dyachkov 2 years ago
parent
commit
d360661143
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/build_packages.yaml

+ 2 - 1
.github/workflows/build_packages.yaml

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