File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 66
66
dist_filenames : ${{ steps.get_vars.outputs.package_file }}*
67
67
token : ${{ github.token }}
68
68
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 == '' }}
69
74
70
75
publish :
71
76
needs : [release_please, ssdlc]
Original file line number Diff line number Diff line change 67
67
68
68
- uses : mongodb-labs/drivers-github-tools/upload-s3-assets@v2
69
69
with :
70
- version : ${{ inputs.version }}
71
- product_name : ${{ inputs.product_name }}
70
+ version : ${{ steps.get_version.outputs.package_version }}
71
+ product_name : bson
72
72
dry_run : false
73
73
74
74
publish :
You can’t perform that action at this time.
0 commit comments