From 98e961a8805f2239feff423db6a59cc00525060f Mon Sep 17 00:00:00 2001 From: Tanner Mares Date: Wed, 22 May 2024 14:04:06 -0700 Subject: [PATCH] Update update-action-tags.yml --- .github/workflows/update-action-tags.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/update-action-tags.yml b/.github/workflows/update-action-tags.yml index 539cd97..45186f2 100644 --- a/.github/workflows/update-action-tags.yml +++ b/.github/workflows/update-action-tags.yml @@ -4,6 +4,10 @@ on: push: tags: - 'v([0-9]+)\.([0-9]+)\.([0-9]+)' + release: + types: + - published + - edited jobs: update-action-tags: