diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a81d13192a..a0c79b12598 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,9 @@ name: Release on: workflow_dispatch: # workflow_dispatch must be enabled in main branch to support release action on older release branches push: - tags: [ v2.* ] + tags: + - v2.* + - v3.* env: GO_VER: 1.20.7