Skip to content

Commit e0280c1

Browse files
upload release information
1 parent 43b921c commit e0280c1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/release-5.x.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ jobs:
4949
with:
5050
npm_package_name: mongodb
5151

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+
5258
- name: actions/compress_sign_and_upload
5359
uses: baileympearson/drivers-github-tools/node/sign_node_package@add-signing-env-action-for-node
5460
with:

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ jobs:
4949
with:
5050
npm_package_name: mongodb
5151

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+
5258
- name: actions/compress_sign_and_upload
5359
uses: baileympearson/drivers-github-tools/node/sign_node_package@add-signing-env-action-for-node
5460
with:

0 commit comments

Comments
 (0)