update release catalog

This commit is contained in:
2025-08-18 12:25:20 +02:00
parent 7e8afde50e
commit 8f978a05db

View File

@@ -23,7 +23,7 @@ on:
type: string type: string
TYPE: TYPE:
default: '' default: ''
description: Type of release (service, artifact, or plugin) description: Type of release (service, artifact, plugin, or catalog)
required: false required: false
type: string type: string
@@ -146,7 +146,7 @@ jobs:
finalise-publish-artifact: finalise-publish-artifact:
needs: release 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 uses: ./.github/workflows/publish-artifact.yml
secrets: secrets:
CI_BOT_PAT: ${{ secrets.CI_BOT_PAT }} CI_BOT_PAT: ${{ secrets.CI_BOT_PAT }}