From 7902f8de702f5ce7491e32c5c18b1df54a418bb9 Mon Sep 17 00:00:00 2001 From: louis Date: Thu, 17 Mar 2022 13:11:22 +0100 Subject: [PATCH] :construction_worker: Improve Release Process --- .github/workflows/release.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bcdb5d2..ff25f70 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,9 +1,8 @@ name: Release on: - push: - tags: - - '*' + release: + types: [published] jobs: release: