add workflow to publish sdk version to netlify

This commit is contained in:
Timo K
2026-01-25 14:25:15 +01:00
parent 112420cb5b
commit 73a5a10c6d
3 changed files with 28 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ on:
type: string
package:
type: string # This would ideally be a `choice` type, but that isn't supported yet
description: The package type to be built. Must be one of 'full' or 'embedded'
description: The package type to be built. Must be one of 'full', 'embedded', or 'sdk'
required: true
build_mode:
type: string # This would ideally be a `choice` type, but that isn't supported yet