From 8f978a05dbfc88c5c405d79b466e4ed522f97d73 Mon Sep 17 00:00:00 2001 From: Swordsteel Date: Mon, 18 Aug 2025 12:25:20 +0200 Subject: [PATCH] update release catalog --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d85e952..7f44222 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ on: type: string TYPE: default: '' - description: Type of release (service, artifact, or plugin) + description: Type of release (service, artifact, plugin, or catalog) required: false type: string @@ -146,7 +146,7 @@ jobs: finalise-publish-artifact: needs: release - if: needs.release.outputs.has-changes == 'true' && inputs.TYPE == 'artifact' + if: needs.release.outputs.has-changes == 'true' && (inputs.TYPE == 'artifact' || inputs.TYPE == 'catalog') uses: ./.github/workflows/publish-artifact.yml secrets: CI_BOT_PAT: ${{ secrets.CI_BOT_PAT }}