diff --git a/cli/module_generate/_templates/.github/workflows/deploy.yml b/cli/module_generate/_templates/.github/workflows/deploy.yml index f014f0d6139..9cec38e4cd3 100644 --- a/cli/module_generate/_templates/.github/workflows/deploy.yml +++ b/cli/module_generate/_templates/.github/workflows/deploy.yml @@ -2,7 +2,10 @@ on: push: tags: - - "[0-9]+.[0-9]+.[0-9]+" # the build-action will trigger on tags with the format 1.0.0 + # we support 0.0.1, v0.0.1, 0.0.1-rc1, v0.0.1-rc1 + - "v?[0-9]+.[0-9]+.[0-9]+" + - "v?[0-9]+.[0-9]+.[0-9]+-rc[0-9]+" + jobs: publish: