From a08a9a50613f4859e5f62ee9e33f72e9d3842d17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Verstraeten?= Date: Tue, 9 Dec 2025 16:57:21 +0100 Subject: [PATCH] Update release-create.yaml --- .github/workflows/release-create.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-create.yaml b/.github/workflows/release-create.yaml index 0be1c7b..d9f3e44 100644 --- a/.github/workflows/release-create.yaml +++ b/.github/workflows/release-create.yaml @@ -2,9 +2,9 @@ name: Create a new release on: push: tags: - - 'v*.*.*' + - 'hub-*' -jobs: +jobs release: permissions: contents: write