Skip to content

Commit e9eb807

Browse files
dry run
1 parent acbfa64 commit e9eb807

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/release-5.x.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ jobs:
6666
dist_filenames: ${{ steps.get_vars.outputs.package_file }}*
6767
token: ${{ github.token }}
6868
sbom_file_name: sbom.json
69+
- uses: mongodb-labs/drivers-github-tools/upload-s3-assets@v2
70+
with:
71+
version: ${{ steps.get_version.outputs.package_version }}
72+
product_name: bson
73+
dry_run: ${{ needs.release_please.outputs.release_created == '' }}
6974

7075
publish:
7176
needs: [release_please, ssdlc]

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767

6868
- uses: mongodb-labs/drivers-github-tools/upload-s3-assets@v2
6969
with:
70-
version: ${{ inputs.version }}
71-
product_name: ${{ inputs.product_name }}
70+
version: ${{ steps.get_version.outputs.package_version }}
71+
product_name: bson
7272
dry_run: false
7373

7474
publish:

0 commit comments

Comments
 (0)