Added location.

This commit is contained in:
2026-01-01 19:42:34 -08:00
parent 38ec9914de
commit 4de287d3c8

View File

@@ -40,7 +40,7 @@ runs:
npm config set --location=project "//${REGISTRY_PATH}:_authToken" "${{ inputs.apiKey }}"
echo "Publishing $TGZ_PATH to ${{ inputs.registry }}"
npm publish "$TGZ_PATH" --access ${{ inputs.access }}
npm publish --location=project "$TGZ_PATH" --access ${{ inputs.access }}
echo "Package published successfully"
shell: bash