Skip to content

Commit 1e75b7e

Browse files
committed
[DOP-25348] Generate SBOM on release
1 parent ae8d48c commit 1e75b7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
cyclonedx-npm --package-lock-only --omit dev --output-reproducible --output-file sbom.cyclonedx.json
9797
9898
- name: Create Github release
99+
if: github.ref_type == 'tag'
99100
id: create_release
100101
uses: softprops/action-gh-release@v2
101102
with:

0 commit comments

Comments
 (0)