Skip to content

Commit 797018a

Browse files
committed
Linking to composer lock success
1 parent af89553 commit 797018a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117

118118
- name: "Generate SBOM"
119119
id: generate-sbom
120-
if: steps.setup-sbom.outcome == 'success'
120+
if: steps.composer-lock.outcome == 'success'
121121
uses: ./.github/actions/update-sbom
122122
with:
123123
php-version: ${{ env.PHP_VERSION }}

0 commit comments

Comments
 (0)