Skip to content

Commit 70b1c8c

Browse files
specify package name
1 parent c92390a commit 70b1c8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/sign_and_upload_package/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ runs:
3030

3131
- name: Load version and package info
3232
uses: baileympearson/drivers-github-tools/node/get_version_info@add-signing-env-action-for-node
33-
33+
with:
34+
npm_package_name: ${{ inputs.npm_package_name }}
3435

3536
- name: Set up drivers-github-tools
3637
uses: mongodb-labs/drivers-github-tools/setup@v2

0 commit comments

Comments
 (0)