lnbits / lnbits-extensions

Registry for vetted LNbits extensions
https://extensions.lnbits.com
MIT License
21 stars 22 forks source link

CI job creates wrong `min_lnbits_version` in vetted-extensions #395

Open motorina0 opened 3 months ago

motorina0 commented 3 months ago

Probably it takes the min_lnbits_version from the previous release. See this the commits on this PR: https://github.com/lnbits/lnbits-extensions/pull/394/commits

The script does compare the min_lnbits_version value in the extension config.json file and fails. It should use this value in the first place instead.