When publishing actions current:
- the version of every action is set to a temporary "dev" version
- then each action is published synchronously
- the version of every action is reset to its previous version
Instead, so there is a much smaller time interval between writes to each action file, publishing actions should:
- For each action being published, synchronously
a. set its version to a temporary "dev" version
b. publish the action
c. reset its version to its previous version