We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b044952 commit ec50640Copy full SHA for ec50640
.github/workflows/release.yml
@@ -61,15 +61,15 @@ jobs:
61
62
- name: Copy sbom file to release assets
63
shell: bash
64
- if: ${{ '' == '' }}
+ if: ${{ 'mongodb-client-encryption-6.1' == '' }}
65
run: cp sbom.json ${{ env.S3_ASSETS }}/sbom.json
66
67
# only used for mongodb-client-encryption
68
- name: Augment SBOM and copy to release assets
69
- if: ${{ '' != '' }}
+ if: ${{ 'mongodb-client-encryption-6.1' != '' }}
70
uses: mongodb-labs/drivers-github-tools/sbom@v2
71
with:
72
- silk_asset_group: ''
+ silk_asset_group: 'mongodb-client-encryption-6.1'
73
sbom_file_name: sbom.json
74
75
- name: Generate authorized pub report
0 commit comments