make sure CI to assemble release on 'v*' tag push or manually

also put bash script through shellcheck to be more posix compliant
This commit is contained in:
Marco Antonio J. Costa
2025-01-07 13:09:23 -03:00
committed by majcosta
parent dcf202990f
commit 8897769f0d
2 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ on:
assemble:
description: 'assemble full package'
required: true
default: true
default: false
type: boolean
continue-on-error:
description: 'allows a language to fail, used when building all languages'