test
This commit is contained in:
@@ -118,20 +118,20 @@ jobs:
|
||||
echo "No changes to commit"
|
||||
fi
|
||||
|
||||
finalise-publish-artifact:
|
||||
needs: release
|
||||
if: inputs.RELEASE_TYPE == 'catalog' || inputs.RELEASE_TYPE == 'library' || inputs.RELEASE_TYPE == 'plugin'
|
||||
uses: aura-ascend/common-workflows/.gitea/workflows/publish-artifact.yaml@master
|
||||
with:
|
||||
JAVA_VERSION: ${{ inputs.JAVA_VERSION }}
|
||||
BRANCH_REFERENCE: "v${{ needs.release.outputs.release-version }}"
|
||||
secrets: inherit
|
||||
# finalise-publish-artifact:
|
||||
# needs: release
|
||||
# if: inputs.RELEASE_TYPE == 'catalog' || inputs.RELEASE_TYPE == 'library' || inputs.RELEASE_TYPE == 'plugin'
|
||||
# uses: aura-ascend/common-workflows/.gitea/workflows/publish-artifact.yaml@master
|
||||
# with:
|
||||
# JAVA_VERSION: ${{ inputs.JAVA_VERSION }}
|
||||
# BRANCH_REFERENCE: "v${{ needs.release.outputs.release-version }}"
|
||||
# secrets: inherit
|
||||
|
||||
finalise-publish-container:
|
||||
needs: release
|
||||
if: inputs.RELEASE_TYPE == 'service'
|
||||
uses: aura-ascend/common-workflows/.gitea/workflows/publish-container.yaml@master
|
||||
with:
|
||||
JAVA_VERSION: ${{ inputs.JAVA_VERSION }}
|
||||
PROJECT_VERSION: "v${{ needs.release.outputs.release-version }}"
|
||||
secrets: inherit
|
||||
# finalise-publish-container:
|
||||
# needs: release
|
||||
# if: inputs.RELEASE_TYPE == 'service'
|
||||
# uses: aura-ascend/common-workflows/.gitea/workflows/publish-container.yaml@master
|
||||
# with:
|
||||
# JAVA_VERSION: ${{ inputs.JAVA_VERSION }}
|
||||
# PROJECT_VERSION: "v${{ needs.release.outputs.release-version }}"
|
||||
# secrets: inherit
|
||||
|
||||
Reference in New Issue
Block a user