mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Move release sbom workflow to release publish job (#19464)
This commit is contained in:
9
.github/workflows/release-publish.yml
vendored
9
.github/workflows/release-publish.yml
vendored
@@ -141,6 +141,15 @@ jobs:
|
||||
version: n8n@${{ needs.publish-to-npm.outputs.release }}
|
||||
sourcemaps: packages/core/dist packages/workflow/dist/esm packages/@n8n/task-runner/dist
|
||||
|
||||
generate-and-attach-sbom:
|
||||
name: Generate and Attach SBOM to Release
|
||||
needs: [publish-to-npm, create-github-release]
|
||||
uses: ./.github/workflows/sbom-generation-callable.yml
|
||||
with:
|
||||
n8n_version: ${{ needs.publish-to-npm.outputs.release }}
|
||||
release_tag_ref: 'n8n@${{ needs.publish-to-npm.outputs.release }}'
|
||||
secrets: inherit
|
||||
|
||||
trigger-release-note:
|
||||
name: Trigger a release note
|
||||
needs: [publish-to-npm, create-github-release]
|
||||
|
||||
Reference in New Issue
Block a user