| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
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).
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?
Sorry, something went wrong.
Added a step to push the tag: 2e08a7d |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM now!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Towards COSY-807.
Related: