From 8d1dbf2779cb695a0a2693b6a4d256073e90a088 Mon Sep 17 00:00:00 2001 From: Andreas Tasch Date: Mon, 3 Oct 2022 11:44:13 +0200 Subject: [PATCH] Fix GH action. --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ecf377..82c8035 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,7 @@ name: Build release artifact. on: - push: - release: - types: [ published ] + release: + types: [ published ] jobs: tag: name: Build release