Skip to content

Commit f367ece

Browse files
test fix
1 parent 9c44272 commit f367ece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ jobs:
4949
npm_package_name: mongodb
5050

5151
- name: actions/compress_sign_and_upload
52-
uses: mongodb-labs/drivers-github-tools/node/sign_node_package@v2
52+
uses: baileympearson/drivers-github-tools/node/sign_node_package@dry-run
5353
with:
5454
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
5555
aws_region_name: us-east-1
5656
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
5757
npm_package_name: mongodb
58-
dry_run: ${{ needs.release_please.outputs.release_created == '' }}
58+
dry_run: false
5959

6060
- name: Copy sbom file to release assets
6161
shell: bash

0 commit comments

Comments
 (0)