Weekly publish of pre-release - #108
Conversation
Cut a new patch release once a week when there are new commits on localstack, so Go-dep/stdlib CVE fixes self-publish without a manual tag. - weekly-release.yml: Friday cron + workflow_dispatch; discovers the latest published release, patch-bumps, skips if no new commits, then calls build.yml. - build.yml: add workflow_call with an optional version input so the same test -> build -> release path publishes the computed version (no PAT needed).
dfangl
left a comment
There was a problem hiding this comment.
I am not super happy with the workflow call, but sadly pushes from the github action do not trigger more actions, so this is all we can do I think :P
However, we never really create a tag, right? I think the release action will not create one, and instead this fails. Could you double check or push a tag in the weekly-release workflow?
Added a step to push the tag: 2e08a7d |
Towards COSY-807.
Related: