Skip to content

Commit 12838d9

Browse files
remove extra steps
1 parent 532f349 commit 12838d9

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/release_6.1.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,6 @@ jobs:
5757
npm_package_name: mongodb-client-encryption
5858
dry_run: ${{ needs.release_please.outputs.release_created == '' }}
5959

60-
- name: Download the Augmented SBOM file to the release assets and s3 assets folders
61-
shell: bash
62-
run: |
63-
set -eu
64-
SILKBOMB_ENVFILE=/tmp/silkbomb-envfile
65-
cat << EOF > $SILKBOMB_ENVFILE
66-
SILK_CLIENT_ID=${SILKBOMB_USER}
67-
SILK_CLIENT_SECRET=${SILKBOMB_KEY}
68-
EOF
69-
echo 'SILKBOMB_ENVFILE=$SILKBOMB_ENVFILE' >> $GITHUB_ENV
70-
7160
- name: Copy sbom file to release assets
7261
shell: bash
7362
if: ${{ 'mongodb-client-encryption-6.1' == '' }}

0 commit comments

Comments
 (0)