Skip to content

Commit b06c975

Browse files
committed
BC-8631 generate source sbom when tagging
1 parent 917bdee commit b06c975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
tags: ${{ steps.docker_meta_img_hub.outputs.tags }}
5252
labels: ${{ steps.docker_meta_img_hub.outputs.labels }}
5353

54-
generate_sbom:
54+
create_release:
5555
runs-on: ubuntu-latest
5656
permissions:
5757
contents: write
@@ -63,4 +63,4 @@ jobs:
6363
- name: create release
6464
uses: softprops/action-gh-release@v2
6565
with:
66-
files: dependencies.sbom.json
66+
files: dependencies.sbom.json

0 commit comments

Comments
 (0)