From 57aaa0c4cd1c133cb6709f09cf8b6900c93578ed Mon Sep 17 00:00:00 2001 From: Philipp Crocoll Date: Sat, 5 Jul 2025 07:18:21 +0200 Subject: [PATCH] start release action by pushing version tags instead of when release is created on Github --- .github/workflows/release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5796cb11..7b373600 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,10 +3,9 @@ env: NAME: 'Release' on: - release: - types: [created] - workflow_dispatch: # For manual testing - + push: + tags: + - "v1.*" jobs: build-release: