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
There is also the option include-merged-tags
So this should also solve the problem:
lerna updated --include-merged-tags
or for publishing:
lerna publish --include-merged-tags