diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 463810e0901..127c444a9c8 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -1,5 +1,8 @@ name: Update release version. on: + push: + tags: + - '**' release: types: [published]