Skip to content

Commit 5e644c1

Browse files
committed
.
1 parent 211e4ef commit 5e644c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ jobs:
529529
name: Upload SBOM
530530
runs-on: ubuntu-latest
531531
needs: preflight
532-
# if: ${{ needs.preflight.outputs.skip-publishing == 'false' && !inputs.dry-run }}
532+
if: ${{ needs.preflight.outputs.skip-publishing == 'false' && !inputs.dry-run }}
533533
environment: sbom
534534

535535
steps:

0 commit comments

Comments
 (0)