Lerna does not correctly detect packages change during running workflow of Github actions.
If I make none packages related changes, commit and runlerna up
lerna up
After hours of debugging. I found the answer myself and thanks to @peterevans for the tip
You have to combine both
so that all git history and tag are exposed to lerna.