We should add schduled workflow (run e.g. once per 1/2 weeks) which builds packages (same as we do in https://github.com/software-mansion/starknet-jvm/blob/main/.github/workflows/build-and-publish.yml, but without publishing). The rationale is that it can potentially protect us before a situation when build crashes during release due to e.g. a dependency-problem which could be detected earlier, e.g. a week before.
We should add schduled workflow (run e.g. once per 1/2 weeks) which builds packages (same as we do in https://github.com/software-mansion/starknet-jvm/blob/main/.github/workflows/build-and-publish.yml, but without publishing). The rationale is that it can potentially protect us before a situation when build crashes during release due to e.g. a dependency-problem which could be detected earlier, e.g. a week before.