Skip to content

Commit 5e939a8

Browse files
authored
fix: add sbom to ouput name (#182)
Signed-off-by: Todd Baert <[email protected]> Signed-off-by: Todd Baert <[email protected]>
1 parent e685eae commit 5e939a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ jobs:
120120
121121
- uses: anchore/sbom-action@v0
122122
with:
123-
artifact-name: open-feature-operator.spdx.json
124-
output-file: ./open-feature-operator.spdx.json
123+
output-file: ./open-feature-operator-sbom.spdx.json
125124

126125
- name: Release
127126
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)