Hi!
I have 2 workflows:
1 for the development branch, another for the master branch.
During a build in one workflow, I want to write something to the env variable and persist its value. Then in another workflow during a build I want to access this env var, modify and persist its value.
So, how to share env var across builds and persist its value for future builds?