Skip to content

Commit ec50640

Browse files
release test
1 parent b044952 commit ec50640

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ jobs:
6161

6262
- name: Copy sbom file to release assets
6363
shell: bash
64-
if: ${{ '' == '' }}
64+
if: ${{ 'mongodb-client-encryption-6.1' == '' }}
6565
run: cp sbom.json ${{ env.S3_ASSETS }}/sbom.json
6666

6767
# only used for mongodb-client-encryption
6868
- name: Augment SBOM and copy to release assets
69-
if: ${{ '' != '' }}
69+
if: ${{ 'mongodb-client-encryption-6.1' != '' }}
7070
uses: mongodb-labs/drivers-github-tools/sbom@v2
7171
with:
72-
silk_asset_group: ''
72+
silk_asset_group: 'mongodb-client-encryption-6.1'
7373
sbom_file_name: sbom.json
7474

7575
- name: Generate authorized pub report

0 commit comments

Comments
 (0)