From 81a4b950c4c75d65b43ac85a5841c369ab0051ac Mon Sep 17 00:00:00 2001 From: Keunes <11229646+keunes@users.noreply.github.com> Date: Mon, 24 Jun 2024 06:06:03 +0000 Subject: [PATCH] correct release workflow trigger --- .github/workflows/release-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-actions.yml b/.github/workflows/release-actions.yml index 94142352f..c5a950e7a 100644 --- a/.github/workflows/release-actions.yml +++ b/.github/workflows/release-actions.yml @@ -3,7 +3,7 @@ name: Release Actions on: release: types: - - published + - released jobs: comment_on_fixed_issues: