We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c44272 commit f367eceCopy full SHA for f367ece
.github/workflows/release.yml
@@ -49,13 +49,13 @@ jobs:
49
npm_package_name: mongodb
50
51
- name: actions/compress_sign_and_upload
52
- uses: mongodb-labs/drivers-github-tools/node/sign_node_package@v2
+ uses: baileympearson/drivers-github-tools/node/sign_node_package@dry-run
53
with:
54
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
55
aws_region_name: us-east-1
56
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
57
58
- dry_run: ${{ needs.release_please.outputs.release_created == '' }}
+ dry_run: false
59
60
- name: Copy sbom file to release assets
61
shell: bash
0 commit comments