Skip to content

Commit

Permalink
remove extra steps
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Jun 28, 2024
1 parent 532f349 commit 12838d9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release_6.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' == '' }}
Expand Down

0 comments on commit 12838d9

Please sign in to comment.