From b04424611d93a32e46b2e4c9c5acc58b2451b6af Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 15 Nov 2022 09:41:55 -0700 Subject: [PATCH] chore: update sync-release-version.yml --- .github/workflows/sync-release-version.yml | 3 +++ 1 file changed, 3 insertions(+) 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]