update release catalog
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user