diff --git a/.ci/pipeline_definitions b/.ci/pipeline_definitions index 668137d6..97f551eb 100644 --- a/.ci/pipeline_definitions +++ b/.ci/pipeline_definitions @@ -26,3 +26,6 @@ component-spec: release: nextversion: 'bump_patch' release_callback: '.ci/release' + git_tags: + - ref_template: 'refs/tags/{VERSION}' + - ref_template: 'refs/tags/bindings-go/{VERSION}' # needed for go module support