From 4ef62606684f99cfc0b3e686c34f2f9f1602c35e Mon Sep 17 00:00:00 2001 From: Dmytro Stebaiev Date: Tue, 20 Feb 2024 17:34:10 +0200 Subject: [PATCH] Add custom releases --- .github/workflows/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c35d2f0..ea9e286 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,6 +6,10 @@ on: - stable - beta - develop + push: + tags: + - 'custom-release-*' + env: NODE_VERSION: 18 PYTHON_VERSION: 3.11