I’m currently working on a project which is using Foundry Branches. On a Branch we are developing a new version of some Functions. I was able to tag and release the new version and make use of it in a Workshop application, however after modifying the function and re-releasing it the Workshop is unable to pick up the new version of the function properly.
Specifically, when modifying a variable using the function I see the function is using the correct minor version, but when I click into the overview → functions → my function I can see that actually the wrong release version is being used (ie the original release, not the re-release) and I am unable to change the version because the function signature changed.
I think this is a bug in Workshop and the variable should allow me to change the release version of the function when on a foundry branch (or should automatically use the latest version)