File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,19 +53,19 @@ jobs:
53
53
- name : Generate authorized pub report
54
54
uses : mongodb-labs/drivers-github-tools/full-report@v2
55
55
with :
56
- release_version : ${{ steps.get_version.outputs .package_version }}
56
+ release_version : ${{ env .package_version }}
57
57
product_name : mongodb-legacy
58
58
sarif_report_target_ref : main
59
59
third_party_dependency_tool : n/a
60
60
# <package> and <package>.sig
61
- dist_filenames : ${{ steps.get_vars.outputs .package_file }}*
61
+ dist_filenames : ${{ env .package_file }}*
62
62
token : ${{ github.token }}
63
63
sbom_file_name : sbom.json
64
64
65
65
- uses : mongodb-labs/drivers-github-tools/upload-s3-assets@v2
66
66
with :
67
- version : ${{ inputs.version }}
68
- product_name : ${{ inputs.product_name }}
67
+ version : ${{ env.package_version }}
68
+ product_name : mongodb-legacy
69
69
dry_run : false
70
70
71
71
publish :
You can’t perform that action at this time.
0 commit comments