Skip to content

Commit

Permalink
[releng] Fix typo in generate-sbom workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Charles David <[email protected]>
  • Loading branch information
pcdavid committed Jan 31, 2025
1 parent 3902827 commit e3d0336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: eclipse-csi/workflows/.github/workflows/store-sbom-data.yml@main
with:
projectName: 'EMF Validation'
projectVersion: ${{ needs.generate-sbom.outputs.project-version }}
projectVersion: ${{ needs.build.outputs.project-version }}
bomArtifact: 'sbom'
bomFilename: 'emf-validation-bom.json'
parentProject: 'e74a7e8c-6324-4d54-b65a-b7bff986ac39'

0 comments on commit e3d0336

Please sign in to comment.