From d80ca5810af4571761b4fed9971d8f7251e56b9c Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Mon, 30 May 2022 23:37:12 +0200 Subject: [PATCH] ci: fix auto-release trigger --- .github/workflows/release-automated.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-automated.yml b/.github/workflows/release-automated.yml index 1042289cd..3a3257368 100644 --- a/.github/workflows/release-automated.yml +++ b/.github/workflows/release-automated.yml @@ -1,7 +1,7 @@ name: release-automated on: release: - types: [created] + types: [ published ] jobs: release: runs-on: ubuntu-latest