From 975b7f07579fcb6edc6d4d6ee8c27d19521d3783 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Wed, 10 Jan 2024 13:21:53 +0100 Subject: [PATCH] Never trigger release process via UI, need to push tag by hand always --- .github/workflows/publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 011d0195..cc3d362e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,8 +5,6 @@ on: branches: # Snapshots - 6.2.x tags: ["**"] # Releases - release: - types: [published] jobs: publish-artifacts: