Skip to content

Commit 1fa5aa8

Browse files
committed
[DOP-25348] Generate SBOM on release
1 parent db7d0bc commit 1fa5aa8

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
@@ -95,6 +95,7 @@ jobs:
9595
yarn dlx -q @cyclonedx/yarn-plugin-cyclonedx --prod --output-reproducible --output-file sbom.cyclonedx.json
9696
9797
- name: Create Github release
98+
if: github.ref_type == 'tag'
9899
id: create_release
99100
uses: softprops/action-gh-release@v2
100101
with:

0 commit comments

Comments
 (0)