Skip to content

Commit

Permalink
Update cicd_manual_publish-sdk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina authored Oct 11, 2024
1 parent ad871f2 commit 922370d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cicd_manual_publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/legacy-release/sbom-generator
id: sbom-generator
with:
dotcms_version: ${{ inputs.release_version }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -31,9 +32,11 @@ jobs:
run: |
SBOM_ARTIFACT=${{ steps.sbom-generator.outputs.sbom-artifact }}
ls -R ${{ github.workspace }}/artifacts
if [ -f "${SBOM_ARTIFACT}.json" ]; then
echo "SBOM: ${SBOM_ARTIFACT}"
ls -R ${{ github.workspace }}/artifacts
# zip ${SBOM_ARTIFACT}.zip ./artifacts/${{ steps.sbom-generator.outputs.sbom-artifact }}.json
# gh release upload "${{ needs.prepare-release.outputs.release_tag }}" "./artifacts/${{ steps.sbom-generator.outputs.sbom-artifact }}.zip"
else
Expand Down

0 comments on commit 922370d

Please sign in to comment.