Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vpomuran committed Jul 25, 2024
1 parent 5231e07 commit 079c4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
);
deepmerge({}; .)' $1 $2
ENDJQ
bash ./merge_spdn.sh ${SBOM_OUTPUT}_python ${SBOM_OUTPUT}_docker/manifest.spdx.json > NOTICES.spdx.json
bash ./merge_spdx.sh ${SBOM_OUTPUT}_python ${SBOM_OUTPUT}_docker/manifest.spdx.json > NOTICES.spdx.json
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 079c4fe

Please sign in to comment.