File tree 1 file changed +7
-10
lines changed
1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -30,23 +30,20 @@ jobs:
30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- uses : actions/checkout@v4
33
+
33
34
- name : actions/setup
34
35
uses : ./.github/actions/setup
35
- - name : Get release version and release package file name
36
- id : get_vars
37
- shell : bash
38
- run : |
39
- package_version=$(jq --raw-output '.version' package.json)
40
- echo "package_version=${package_version}" >> "$GITHUB_OUTPUT"
41
- echo "package_file=mongodb-legacy-${package_version}.tgz" >> "$GITHUB_OUTPUT"
36
+
37
+ - name : Load version and package info
38
+ uses : baileympearson/drivers-github-tools/node/get_version_info@add-signing-env-action-for-node
42
39
43
40
- name : actions/compress_sign_and_upload
44
- uses : ./. github/actions/compress_sign_and_upload
41
+ uses : baileympearson/drivers- github-tools/node/sign_js_only_package@add-signing-env-action-for-node
45
42
with :
46
43
aws_role_arn : ${{ secrets.AWS_ROLE_ARN }}
47
- aws_region_name : ' us-east-1'
44
+ aws_region_name : us-east-1
48
45
aws_secret_id : ${{ secrets.AWS_SECRET_ID }}
49
- npm_package_name : ' mongodb-legacy'
46
+ npm_package_name : mongodb-legacy
50
47
dry_run : ${{ needs.release_please.outputs.release_created == '' }}
51
48
52
49
- name : Copy sbom file to release assets
You can’t perform that action at this time.
0 commit comments