File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 49
49
with :
50
50
npm_package_name : mongodb
51
51
52
+ - name : Run outputs
53
+ shell : bash
54
+ run : |
55
+ echo "package_version" ${{ steps.load_version_info.output.package_version }}
56
+ echo "package_version.value" ${{ steps.load_version_info.output.package_version.value }}
57
+
52
58
- name : actions/compress_sign_and_upload
53
59
uses : baileympearson/drivers-github-tools/node/sign_node_package@add-signing-env-action-for-node
54
60
with :
Original file line number Diff line number Diff line change 49
49
with :
50
50
npm_package_name : mongodb
51
51
52
+ - name : Run outputs
53
+ shell : bash
54
+ run : |
55
+ echo "package_version" ${{ steps.load_version_info.output.package_version }}
56
+ echo "package_version.value" ${{ steps.load_version_info.output.package_version.value }}
57
+
52
58
- name : actions/compress_sign_and_upload
53
59
uses : baileympearson/drivers-github-tools/node/sign_node_package@add-signing-env-action-for-node
54
60
with :
You can’t perform that action at this time.
0 commit comments