File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 53
53
run : cp sbom.json ${{ env.S3_ASSETS }}/sbom.json
54
54
55
55
- name : Generate authorized pub report
56
- uses : blink1073 /drivers-github-tools/full-report@add-evergreen-link
56
+ uses : mongodb-labs /drivers-github-tools/full-report@v2
57
57
with :
58
58
release_version : ${{ env.package_version }}
59
59
product_name : mongodb
Original file line number Diff line number Diff line change 53
53
run : cp sbom.json ${{ env.S3_ASSETS }}/sbom.json
54
54
55
55
- name : Generate authorized pub report
56
- uses : blink1073 /drivers-github-tools/full-report@add-evergreen-link
56
+ uses : mongodb-labs /drivers-github-tools/full-report@v2
57
57
with :
58
58
release_version : ${{ env.package_version }}
59
59
product_name : mongodb
70
70
with :
71
71
version : ${{ env.package_version }}
72
72
product_name : mongodb
73
- dry_run : false
73
+ dry_run : ${{ needs.release_please.outputs.release_created == '' }}
74
74
75
75
publish :
76
76
needs : [release_please, ssdlc]
You can’t perform that action at this time.
0 commit comments