Skip to content

Commit 6bd2cc8

Browse files
test
1 parent fe0a98e commit 6bd2cc8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release-5.x.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ jobs:
5959

6060
- name: Copy sbom file to release assets
6161
shell: bash
62-
if: ${{ !'' }}
62+
if: ${{ '' == '' }}
6363
run: cp sbom.json ${{ env.S3_ASSETS }}/sbom.json
6464

6565
# only used for mongodb-client-encryption
6666
- name: Augment SBOM and copy to release assets
67-
if: ${{ ''}}
67+
if: ${{ '' != '' }}
6868
uses: mongodb-labs/drivers-github-tools/sbom@v2
6969
with:
7070
silk_asset_group: ${{ '' }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ jobs:
5959

6060
- name: Copy sbom file to release assets
6161
shell: bash
62-
if: ${{ !'' }}
62+
if: ${{ '' == '' }}
6363
run: cp sbom.json ${{ env.S3_ASSETS }}/sbom.json
6464

6565
# only used for mongodb-client-encryption
6666
- name: Augment SBOM and copy to release assets
67-
if: ${{ ''}}
67+
if: ${{ '' != '' }}
6868
uses: mongodb-labs/drivers-github-tools/sbom@v2
6969
with:
7070
silk_asset_group: ${{ '' }}

0 commit comments

Comments
 (0)