From 12838d9759f3e0820bf37d8cfa2c60ab1aad7a4c Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Fri, 28 Jun 2024 09:22:07 -0600 Subject: [PATCH] remove extra steps --- .github/workflows/release_6.1.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/release_6.1.yml b/.github/workflows/release_6.1.yml index d4b70f5..6614545 100644 --- a/.github/workflows/release_6.1.yml +++ b/.github/workflows/release_6.1.yml @@ -57,17 +57,6 @@ jobs: npm_package_name: mongodb-client-encryption dry_run: ${{ needs.release_please.outputs.release_created == '' }} - - name: Download the Augmented SBOM file to the release assets and s3 assets folders - shell: bash - run: | - set -eu - SILKBOMB_ENVFILE=/tmp/silkbomb-envfile - cat << EOF > $SILKBOMB_ENVFILE - SILK_CLIENT_ID=${SILKBOMB_USER} - SILK_CLIENT_SECRET=${SILKBOMB_KEY} - EOF - echo 'SILKBOMB_ENVFILE=$SILKBOMB_ENVFILE' >> $GITHUB_ENV - - name: Copy sbom file to release assets shell: bash if: ${{ 'mongodb-client-encryption-6.1' == '' }}