Skip to content

Commit 815926a

Browse files
misc changes
1 parent 2087e67 commit 815926a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@ jobs:
5353
- name: Generate authorized pub report
5454
uses: mongodb-labs/drivers-github-tools/full-report@v2
5555
with:
56-
release_version: ${{ steps.get_version.outputs.package_version }}
56+
release_version: ${{ env.package_version }}
5757
product_name: mongodb-legacy
5858
sarif_report_target_ref: main
5959
third_party_dependency_tool: n/a
6060
# <package> and <package>.sig
61-
dist_filenames: ${{ steps.get_vars.outputs.package_file }}*
61+
dist_filenames: ${{ env.package_file }}*
6262
token: ${{ github.token }}
6363
sbom_file_name: sbom.json
6464

6565
- uses: mongodb-labs/drivers-github-tools/upload-s3-assets@v2
6666
with:
67-
version: ${{ inputs.version }}
68-
product_name: ${{ inputs.product_name }}
67+
version: ${{ env.package_version }}
68+
product_name: mongodb-legacy
6969
dry_run: false
7070

7171
publish:

0 commit comments

Comments
 (0)