Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Nov 27, 2024
1 parent 0f78c2e commit 6fc7fc6
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,22 @@ jobs:
with:
npm_package_name: "@mongodb-js/zstd"

- name: Set up drivers-github-tools
uses: mongodb-labs/drivers-github-tools/setup@v2
with:
aws_region_name: ${{ inputs.aws_region_name }}
aws_role_arn: ${{ inputs.aws_role_arn }}
aws_secret_id: ${{ inputs.aws_secret_id }}

# - name: actions/compress_sign_and_upload
# uses: mongodb-labs/drivers-github-tools/node/sign_node_package@v2
# - name: Set up drivers-github-tools
# uses: mongodb-labs/drivers-github-tools/setup@v2
# with:
# aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
# aws_region_name: us-east-1
# aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
# npm_package_name: "@mongodb-js/zstd"
# dry_run: ${{ needs.release_please.outputs.release_created == '' }}
# sign_native: true
# aws_region_name: ${{ inputs.aws_region_name }}
# aws_role_arn: ${{ inputs.aws_role_arn }}
# aws_secret_id: ${{ inputs.aws_secret_id }}

- name: actions/compress_sign_and_upload
uses: baileympearson/drivers-github-tools/node/sign_node_package@no-story-files
with:
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
aws_region_name: us-east-1
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
npm_package_name: "@mongodb-js/zstd"
dry_run: ${{ needs.release_please.outputs.release_created == '' }}
sign_native: true

- name: Copy sbom file to release assets
shell: bash
Expand Down

0 comments on commit 6fc7fc6

Please sign in to comment.