Files
tia-mason-registry/packages/tia-lsp
lazar ea637c9067 fix: pass version via env var instead of template in build script
The {{version}} template is only interpolated for the env: and asset:
fields, not for the build.run script (which is passed verbatim to bash).
Move the version into env: as VERSION="{{version}}" and reference it
as $VERSION in the script.
2026-07-18 16:47:18 +02:00
..