From 98ab33952ab9b7b8389807e8cb8fd07be732c4e9 Mon Sep 17 00:00:00 2001 From: "Simon (Darkside) Jackson" Date: Sun, 26 Nov 2023 18:24:30 +0000 Subject: [PATCH] Fix proper branch name for UI Extensions in release workflow --- .github/workflows/main-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-publish.yml b/.github/workflows/main-publish.yml index 9120cb9..f667dc6 100644 --- a/.github/workflows/main-publish.yml +++ b/.github/workflows/main-publish.yml @@ -5,7 +5,7 @@ on: types: - closed branches: - - main + - release jobs: # Get Version to tag and release the branch, no up-version - [no-ver] included in PR title